Home
last modified time | relevance | path

Searched defs:FunctionTemplateDecl (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTMutationListener.h27 class FunctionTemplateDecl; variable
H A DDeclTemplate.h50 class FunctionTemplateDecl; variable
709 size_t numTrailingObjects(OverloadToken<FunctionTemplateDecl *>) const { in numTrailingObjects()
H A DDeclCXX.h68 class FunctionTemplateDecl; variable
H A DDecl.h60 class FunctionTemplateDecl; variable
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h42 class FunctionTemplateDecl; variable
1069 OverloadCandidate(FunctionTemplateDecl *FunctionTemplateDecl) in OverloadCandidate() argument
H A DSema.h135 class FunctionTemplateDecl; variable
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.h24 class FunctionTemplateDecl; variable
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp7544 AST_MATCHER_P(FunctionTemplateDecl, templateParameterCountIs, unsigned, Cnt) { in AST_MATCHER_P() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp3431 static bool isExternC(FunctionTemplateDecl *) { return false; } in isExternC() argument