Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h36 class FunctionProtoType; variable
H A DCodeGenFunction.h67 class FunctionProtoType; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5348 FunctionProtoType), in AST_POLYMORPHIC_MATCHER_P() argument
5521 FunctionProtoType)) { in AST_POLYMORPHIC_MATCHER() argument
5541 FunctionProtoType)) { in AST_POLYMORPHIC_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3677 FunctionProtoType::FunctionProtoType(QualType result, ArrayRef<QualType> params, in FunctionProtoType() function in FunctionProtoType