Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h27 class FunctionTemplateDecl; variable
H A DDeclTemplate.h51 class FunctionTemplateDecl; variable
H A DDeclCXX.h68 class FunctionTemplateDecl; variable
H A DDecl.h61 class FunctionTemplateDecl; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h41 class FunctionTemplateDecl; variable
1085 OverloadCandidate(FunctionTemplateDecl *FunctionTemplateDecl) in OverloadCandidate() argument
H A DSema.h140 class FunctionTemplateDecl; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3436 static bool isExternC(FunctionTemplateDecl *) { return false; } in isExternC() argument