Home
last modified time | relevance | path

Searched refs:getTemplate (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h492 TemplateTemplateArgLocInfo *getTemplate() const {
514 const auto *Template = getTemplate();
520 return getTemplate()->TemplateNameLoc;
524 return getTemplate()->EllipsisLoc;
H A DDeclTemplate.h522 FunctionTemplateDecl *getTemplate() const { return Template.getPointer(); } in getTemplate() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp571 TemplateParameterList *TPL = getTemplate()->getTemplateParameters(); in getParamType()
600 TemplateParameterList *TPL = getTemplate()->getTemplateParameters(); in getParamDecl()
H A DSemaCodeComplete.cpp4168 return createTemplateSignatureString(getTemplate(), Result, CurrentArg, in CreateSignatureString()
H A DSemaOverload.cpp7130 ND = SpecInfo->getTemplate(); in AddOverloadCandidate()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1129 const TemplateDecl *getTemplate() const { in getTemplate() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp399 FunctionTemplateDecl *temp = specInfo->getTemplate(); in mergeTemplateLV()
987 } else if (isExplicitMemberSpecialization(spec->getTemplate())) { in getLVForClassMember()
988 explicitSpecSuppressor = spec->getTemplate()->getTemplatedDecl(); in getLVForClassMember()
1290 return getVisibilityOf(templateInfo->getTemplate()->getTemplatedDecl(), in getExplicitVisibilityAux()
4250 return Info->getTemplate(); in getPrimaryTemplate()
H A DDeclTemplate.cpp1671 ->getTemplate() in getReplacedTemplateParameterList()
H A DExpr.cpp871 = FSI->getTemplate()->getTemplateParameters(); in ComputeName()
H A DASTImporter.cpp799 if (Error Err = importInto(std::get<0>(Result), FTSInfo->getTemplate())) in ImportFunctionTemplateWithTemplateArgsFromSpecialization()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp812 RegisterTemplateSpecialization(FTSInfo->getTemplate(), D); in VisitFunctionDecl()
814 Record.AddDeclRef(FTSInfo->getTemplate()); in VisitFunctionDecl()
841 Record.AddDeclRef(FTSInfo->getTemplate()->getCanonicalDecl()); in VisitFunctionDecl()
H A DASTReaderDecl.cpp1122 return FD->getTemplateSpecializationInfo()->getTemplate(); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1827 src_function_decl->getTemplateSpecializationInfo()->getTemplate(); in AddOneFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2552 ->getTemplate() in GetTemplateArgs()