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.h486 TemplateTemplateArgLocInfo *getTemplate() const {
508 const auto *Template = getTemplate();
514 return getTemplate()->TemplateNameLoc;
518 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.cpp575 TemplateParameterList *TPL = getTemplate()->getTemplateParameters(); in getParamType()
604 TemplateParameterList *TPL = getTemplate()->getTemplateParameters(); in getParamDecl()
H A DSemaCodeComplete.cpp4005 return createTemplateSignatureString(getTemplate(), Result, CurrentArg, in CreateSignatureString()
H A DSemaOverload.cpp6881 ND = SpecInfo->getTemplate(); in AddOverloadCandidate()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1130 const TemplateDecl *getTemplate() const { in getTemplate() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp399 FunctionTemplateDecl *temp = specInfo->getTemplate(); in mergeTemplateLV()
988 } else if (isExplicitMemberSpecialization(spec->getTemplate())) { in getLVForClassMember()
989 explicitSpecSuppressor = spec->getTemplate()->getTemplatedDecl(); in getLVForClassMember()
1284 return getVisibilityOf(templateInfo->getTemplate()->getTemplatedDecl(), in getExplicitVisibilityAux()
4158 return Info->getTemplate(); in getPrimaryTemplate()
H A DDeclTemplate.cpp1696 ->getTemplate() in getReplacedTemplateParameterList()
H A DExpr.cpp870 = FSI->getTemplate()->getTemplateParameters(); in ComputeName()
H A DASTImporter.cpp745 if (Error Err = importInto(std::get<0>(Result), FTSInfo->getTemplate())) in ImportFunctionTemplateWithTemplateArgsFromSpecialization()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp656 RegisterTemplateSpecialization(FTSInfo->getTemplate(), D); in VisitFunctionDecl()
658 Record.AddDeclRef(FTSInfo->getTemplate()); in VisitFunctionDecl()
685 Record.AddDeclRef(FTSInfo->getTemplate()->getCanonicalDecl()); in VisitFunctionDecl()
H A DASTReaderDecl.cpp1136 return FD->getTemplateSpecializationInfo()->getTemplate(); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1828 src_function_decl->getTemplateSpecializationInfo()->getTemplate(); in AddOneFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2378 ->getTemplate() in GetTemplateArgs()