Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp235 if (const auto *Templ = in run() local
239 const auto &TArgs = Templ->getTemplateArgs(); in run()
261 if (const auto *Templ = ASTClass->getDescribedClassTemplate()) { in run() local
262 if (auto *TParams = Templ->getTemplateParameters()) { in run()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h324 Template Templ; member
337 Templ(Template) {} in GlobalFunctionTemplateRecord()
389 Template Templ; member
400 Templ(Template) {} in GlobalVariableTemplateRecord()
424 Template Templ; member
436 Templ(Template) {} in GlobalVariableTemplatePartialSpecializationRecord()
554 Template Templ; member
667 Template Templ; member
946 Template Templ; member
979 Template Templ; member
[all …]
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp140 const auto *Templ = Func->getPrimaryTemplate(); in checkPreCall() local
141 if (!Templ) in checkPreCall()
144 const auto *TParams = Templ->getTemplateParameters(); in checkPreCall()
H A DBitwiseShiftChecker.cpp323 NoteTagTemplate Templ = NoteTagTemplates[NonNegOperands]; in createNoteTag() local
324 Out << Templ.SignInfo; in createNoteTag()
326 Out << Templ.UpperBoundIntro << UpperBoundBitCount.value(); in createNoteTag()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp313 const NamedDecl *Templ, const Expr *E, in DiagRecursiveConstraintEval() argument
326 if (S.SatisfactionStackContains(Templ, ID)) { in DiagRecursiveConstraintEval()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp593 const auto &Template = Record.Templ; in serializeTemplateMixinImpl()