Searched defs:TemplateId (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedTemplate.h206 TemplateIdAnnotation *TemplateId = new (llvm::safe_malloc( local
H A DDeclSpec.h1007 TemplateIdAnnotation *TemplateId; member in union:clang::UnqualifiedId::__anon1458
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp338 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
[all...]
H A DParseTentative.cpp1462 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
1494 TemplateIdAnnotation *TemplateId = local
[all...]
H A DParseExpr.cpp1593 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Next); local
1615 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
H A DParser.cpp1870 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
2007 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
[all...]
H A DParseDeclCXX.cpp1149 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
1599 TemplateIdAnnotation *TemplateId = nullptr; local
3541 TemplateIdAnnotation *TemplateId = Tok.is(tok::annot_template_id) local
[all...]
H A DParseDecl.cpp3043 TemplateIdAnnotation *TemplateId = Next.is(tok::annot_template_id) local
3337 TemplateIdAnnotation *TemplateId local
5128 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
5138 TemplateIdAnnotation *TemplateId = local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp31 void UnqualifiedId::setTemplateId(TemplateIdAnnotation *TemplateId) { argument
42 void UnqualifiedId::setConstructorTemplateId(TemplateIdAnnotation *TemplateId) { argument
[all...]
H A DSemaTemplate.cpp1095 makeTemplateArgumentListInfo(Sema &S, TemplateIdAnnotation &TemplateId) { argument
2910 MatchTemplateParametersToScopeSpecifier( SourceLocation DeclStartLoc, SourceLocation DeclLoc, const CXXScopeSpec &SS, TemplateIdAnnotation *TemplateId, ArrayRef<TemplateParameterList *> ParamLists, bool IsFriend, bool &IsMemberSpecialization, bool &Invalid, bool SuppressDiagnostic) argument
4148 TemplateIdAnnotation *TemplateId = D.getName().TemplateId; local
8065 ActOnClassTemplateSpecialization( Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, SourceLocation ModulePrivateLoc, CXXScopeSpec &SS, TemplateIdAnnotation &TemplateId, const ParsedAttributesView &Attr, MultiTemplateParamsArg TemplateParameterLists, SkipBodyInfo *SkipBody) argument
[all...]
H A DSemaType.cpp1260 TemplateIdAnnotation *TemplateId = DS.getRepAsTemplateId(); local
3151 TemplateIdAnnotation *TemplateId = D.getDeclSpec().getRepAsTemplateId(); local
[all...]
H A DSemaDecl.cpp9405 TemplateIdAnnotation *TemplateId = D.getName().TemplateId; local
[all...]

Completed in 170 milliseconds