Home
last modified time | relevance | path

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

/freebsd/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 …]
/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.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()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp553 const auto &Template = Record.Templ; in serializeTemplateMixin()
/freebsd/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()