Home
last modified time | relevance | path

Searched defs:FunctionProtoType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h36 class FunctionProtoType; variable
H A DCodeGenFunction.h66 class FunctionProtoType; global() variable
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5302 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 DASTMatchersNodeTest.cpp1674 TEST_P(ASTMatchersTest,FunctionProtoType) TEST_P() argument
/llvm-project/clang/lib/AST/
H A DType.cpp3584 FunctionProtoType::FunctionProtoType(QualType result, ArrayRef<QualType> params, FunctionProtoType() function in FunctionProtoType
[all...]
/llvm-project/clang/include/clang/Sema/
H A DSema.h139 class FunctionProtoType; global() variable
[all...]