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

/freebsd-current/contrib/llvm-project/llvm/lib/XRay/
H A DRecordInitializer.cpp404 unsigned FunctionType = (Buffer >> 1) & 0x07u; local
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp308 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, function in class:FunctionType
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h103 class FunctionType : public Type { class in namespace:llvm
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, argument
231 TypeIndex FunctionType; member in class:llvm::codeview::MemberFuncIdRecord
614 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) argument
623 TypeIndex FunctionType; member in class:llvm::codeview::FuncIdRecord
[all...]
H A DSymbolRecord.h59 TypeIndex FunctionType; member in class:llvm::codeview::ProcSym
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h777 QualType FunctionType; member in class:clang::sema::final
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3236 SubstituteExplicitTemplateArguments( FunctionTemplateDecl *FunctionTemplate, TemplateArgumentListInfo &ExplicitTemplateArgs, SmallVectorImpl<DeducedTemplateArgument> &Deduced, SmallVectorImpl<QualType> &ParamTypes, QualType *FunctionType, TemplateDeductionInfo &Info) argument
4399 adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType, bool AdjustExceptionSpec) argument
4474 QualType FunctionType = Function->getType(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3795 class FunctionType : public Type { class in namespace:clang
[all...]

Completed in 304 milliseconds