Searched defs:FunctionType (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h96 class FunctionType : public Type { class in namespace:llvm
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DType.cpp341 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, function in class:FunctionType
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp666 llvm::Type *FunctionType = local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h510 QualType FunctionType; member in class:clang::sema::BlockScopeInfo
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2487 SubstituteExplicitTemplateArguments( FunctionTemplateDecl *FunctionTemplate, TemplateArgumentListInfo &ExplicitTemplateArgs, SmallVectorImpl<DeducedTemplateArgument> &Deduced, SmallVectorImpl<QualType> &ParamTypes, QualType *FunctionType, TemplateDeductionInfo &Info) argument
3504 adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType) argument
3562 QualType FunctionType = Function->getType(); local
[all...]
H A DSemaCodeComplete.cpp3942 QualType FunctionType = Fn->getType(); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2630 class FunctionType : public Type { class in namespace:clang
[all...]

Completed in 167 milliseconds