Home
last modified time | relevance | path

Searched refs:Templ (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h436 Template Templ; member
450 Templ(Template) {} in GlobalFunctionTemplateRecord()
517 Template Templ; member
529 Templ(Template) {} in GlobalVariableTemplateRecord()
560 Template Templ; member
572 Templ(Template) {} in GlobalVariableTemplatePartialSpecializationRecord()
836 Template Templ; member
847 Templ(Template) {} in CXXFieldTemplateRecord()
960 Template Templ; member
973 Templ(Template) {} in CXXMethodTemplateRecord()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp146 const auto *Templ = Func->getPrimaryTemplate(); in checkPreCall() local
147 if (!Templ) in checkPreCall()
150 const auto *TParams = Templ->getTemplateParameters(); in checkPreCall()
H A DBitwiseShiftChecker.cpp322 NoteTagTemplate Templ = NoteTagTemplates[NonNegOperands]; in createNoteTag() local
323 Out << Templ.SignInfo; in createNoteTag()
325 Out << Templ.UpperBoundIntro << UpperBoundBitCount.value(); in createNoteTag()
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dgraph_legend.dot17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dgraph_legend.dot17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/
H A Dgraph_legend.dot17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/
H A Dgraph_legend.dot17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/
H A Dgraph_legend.dot17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dgraph_legend.dot17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
/freebsd/crypto/heimdal/doc/doxyout/wind/html/
H A Dgraph_legend.dot17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp579 if (auto *Templ = dyn_cast<ClassTemplateSpecializationDecl>(D)) { in VisitCXXRecordDecl() local
580 ClassSK = Templ->getTemplateSpecializationKind(); in VisitCXXRecordDecl()
690 if (auto *Templ = dyn_cast<ClassTemplateSpecializationDecl>(D)) { in VisitCXXRecordDecl() local
691 if (!Templ->isExplicitInstantiationOrSpecialization()) in VisitCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp573 const auto &Template = Record.Templ; in serializeTemplateMixin()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp181 const NamedDecl *Templ, const Expr *E, in DiagRecursiveConstraintEval() argument
194 if (S.SatisfactionStackContains(Templ, ID)) { in DiagRecursiveConstraintEval()