Searched defs:FunctionProtoType (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 36 class FunctionProtoType; variable
|
H A D | CodeGenFunction.h | 66 class FunctionProtoType; global() variable
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5302 AST_POLYMORPHIC_MATCHER_P(parameterCountIs,AST_POLYMORPHIC_SUPPORTED_TYPES (FunctionDecl,FunctionProtoType),unsigned,N) AST_POLYMORPHIC_MATCHER_P() argument 5475 AST_POLYMORPHIC_MATCHER(hasDynamicExceptionSpec,AST_POLYMORPHIC_SUPPORTED_TYPES (FunctionDecl,FunctionProtoType)) AST_POLYMORPHIC_MATCHER() argument 5495 AST_POLYMORPHIC_MATCHER(isNoThrow,AST_POLYMORPHIC_SUPPORTED_TYPES (FunctionDecl,FunctionProtoType)) AST_POLYMORPHIC_MATCHER() argument [all...] |
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 1674 TEST_P(ASTMatchersTest,FunctionProtoType) TEST_P() argument
|
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 3584 FunctionProtoType::FunctionProtoType(QualType result, ArrayRef<QualType> params, FunctionProtoType() function in FunctionProtoType [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 139 class FunctionProtoType; global() variable [all...] |