Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h36 class FunctionProtoType; variable
H A DCodeGenFunction.h64 class FunctionProtoType; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5280 AST_POLYMORPHIC_MATCHER_P(parameterCountIs,AST_POLYMORPHIC_SUPPORTED_TYPES (FunctionDecl,FunctionProtoType),unsigned,N) AST_POLYMORPHIC_MATCHER_P() argument
5451 AST_POLYMORPHIC_MATCHER(hasDynamicExceptionSpec,AST_POLYMORPHIC_SUPPORTED_TYPES (FunctionDecl,FunctionProtoType)) AST_POLYMORPHIC_MATCHER() argument
5471 AST_POLYMORPHIC_MATCHER(isNoThrow,AST_POLYMORPHIC_SUPPORTED_TYPES (FunctionDecl,FunctionProtoType)) AST_POLYMORPHIC_MATCHER() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3453 FunctionProtoType::FunctionProtoType(QualType result, ArrayRef<QualType> params, FunctionProtoType() function in FunctionProtoType
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h135 class FunctionProtoType; global() variable
[all...]