Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h36 class FunctionProtoType; variable
H A DCodeGenFunction.h66 class FunctionProtoType; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5302 FunctionProtoType), in AST_POLYMORPHIC_MATCHER_P() argument
5475 FunctionProtoType)) { in AST_POLYMORPHIC_MATCHER() argument
5495 FunctionProtoType)) { in AST_POLYMORPHIC_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3525 FunctionProtoType::FunctionProtoType(QualType result, ArrayRef<QualType> params, in FunctionProtoType() function in FunctionProtoType
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h139 class FunctionProtoType; variable