Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h441 Template Templ; member
455 Templ(Template) {} in GlobalFunctionTemplateRecord()
522 Template Templ; member
534 Templ(Template) {} in GlobalVariableTemplateRecord()
565 Template Templ; member
577 Templ(Template) {} in GlobalVariableTemplatePartialSpecializationRecord()
809 Template Templ; member
820 Templ(Template) {} in CXXFieldTemplateRecord()
933 Template Templ; member
946 Templ(Template) {} in CXXMethodTemplateRecord()
[all …]
/src/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()
/src/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=…
/src/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=…
/src/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=…
/src/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=…
/src/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=…
/src/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=…
/src/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=…
/src/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp580 if (auto *Templ = dyn_cast<ClassTemplateSpecializationDecl>(D)) { in VisitCXXRecordDecl() local
581 ClassSK = Templ->getTemplateSpecializationKind(); in VisitCXXRecordDecl()
691 if (auto *Templ = dyn_cast<ClassTemplateSpecializationDecl>(D)) { in VisitCXXRecordDecl() local
692 if (!Templ->isExplicitInstantiationOrSpecialization()) in VisitCXXRecordDecl()
/src/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp553 const auto &Template = Record.Templ; in serializeTemplateMixin()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp412 const NamedDecl *Templ, const Expr *E, in DiagRecursiveConstraintEval() argument
425 if (S.SatisfactionStackContains(Templ, ID)) { in DiagRecursiveConstraintEval()