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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedTemplate.h200 TemplateIdAnnotation *TemplateId = new (llvm::safe_malloc( local
H A DDeclSpec.h1012 TemplateIdAnnotation *TemplateId; member in union:clang::UnqualifiedId::__anon2598
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp339 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
[all...]
H A DParseTentative.cpp1520 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
1548 TemplateIdAnnotation *TemplateId = local
H A DParseTemplate.cpp1348 TemplateIdAnnotation *TemplateId = TemplateIdAnnotation::Create( local
1385 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
[all...]
H A DParseExpr.cpp1526 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Next); local
1547 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
H A DParser.cpp1866 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
2004 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
[all...]
H A DParseDeclCXX.cpp1141 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
1598 TemplateIdAnnotation *TemplateId = nullptr; local
3519 TemplateIdAnnotation *TemplateId = Tok.is(tok::annot_template_id) local
[all...]
H A DParseDecl.cpp3176 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Next); local
3465 TemplateIdAnnotation *TemplateId = takeTemplateIdAnnotation(Tok); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp30 void UnqualifiedId::setTemplateId(TemplateIdAnnotation *TemplateId) { argument
38 void UnqualifiedId::setConstructorTemplateId(TemplateIdAnnotation *TemplateId) { argument
[all...]
H A DSemaType.cpp1259 TemplateIdAnnotation *TemplateId = DS.getRepAsTemplateId(); local
3006 TemplateIdAnnotation *TemplateId = D.getDeclSpec().getRepAsTemplateId(); local
[all...]
H A DSemaTemplate.cpp1089 makeTemplateArgumentListInfo(Sema &S, TemplateIdAnnotation &TemplateId) { argument
2865 MatchTemplateParametersToScopeSpecifier( SourceLocation DeclStartLoc, SourceLocation DeclLoc, const CXXScopeSpec &SS, TemplateIdAnnotation *TemplateId, ArrayRef<TemplateParameterList *> ParamLists, bool IsFriend, bool &IsMemberSpecialization, bool &Invalid, bool SuppressDiagnostic) argument
4100 TemplateIdAnnotation *TemplateId = D.getName().TemplateId; local
7999 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 DSemaDecl.cpp9247 TemplateIdAnnotation *TemplateId = D.getName().TemplateId; local
[all...]

Completed in 210 milliseconds