Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h27 class FunctionTemplateDecl; variable
H A DDeclTemplate.h49 class FunctionTemplateDecl; variable
699 size_t numTrailingObjects(OverloadToken<FunctionTemplateDecl *>) const { in numTrailingObjects()
H A DDeclCXX.h69 class FunctionTemplateDecl; variable
H A DDecl.h61 class FunctionTemplateDecl; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h42 class FunctionTemplateDecl; variable
1039 OverloadCandidate(FunctionTemplateDecl *FunctionTemplateDecl) in OverloadCandidate() argument
H A DSema.h136 class FunctionTemplateDecl; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3168 static bool isExternC(FunctionTemplateDecl *) { return false; } in isExternC() argument