Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.h36 class FunctionProtoType; variable
H A DCodeGenFunction.h63 class FunctionProtoType; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5041 FunctionProtoType), in AST_POLYMORPHIC_MATCHER_P() argument
5212 FunctionProtoType)) { in AST_POLYMORPHIC_MATCHER() argument
5232 FunctionProtoType)) { in AST_POLYMORPHIC_MATCHER() argument
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1634 TEST_P(ASTMatchersTest, FunctionProtoType) { in TEST_P() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp3202 FunctionProtoType::FunctionProtoType(QualType result, ArrayRef<QualType> params, in FunctionProtoType() function in FunctionProtoType
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h134 class FunctionProtoType; variable