Searched defs:FunctionProtoType (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 36 class FunctionProtoType; variable
|
H A D | CodeGenFunction.h | 64 class FunctionProtoType; global() variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5280 AST_POLYMORPHIC_MATCHER_P(parameterCountIs,AST_POLYMORPHIC_SUPPORTED_TYPES (FunctionDecl,FunctionProtoType),unsigned,N) AST_POLYMORPHIC_MATCHER_P() argument 5451 AST_POLYMORPHIC_MATCHER(hasDynamicExceptionSpec,AST_POLYMORPHIC_SUPPORTED_TYPES (FunctionDecl,FunctionProtoType)) AST_POLYMORPHIC_MATCHER() argument 5471 AST_POLYMORPHIC_MATCHER(isNoThrow,AST_POLYMORPHIC_SUPPORTED_TYPES (FunctionDecl,FunctionProtoType)) AST_POLYMORPHIC_MATCHER() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 3453 FunctionProtoType::FunctionProtoType(QualType result, ArrayRef<QualType> params, FunctionProtoType() function in FunctionProtoType [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 135 class FunctionProtoType; global() variable [all...] |