|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Sema/DeclSpec.h 175 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
References
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp 922 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context));
tools/clang/lib/Sema/SemaDecl.cpp 269 DepTL.setQualifierLoc(SS.getWithLocInContext(Context));
322 NestedNameSpecifierLoc QualifierLoc = SS->getWithLocInContext(Context);
513 ElabTL.setQualifierLoc(SS->getWithLocInContext(Context));
844 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context));
6073 DD->setQualifierInfo(SS.getWithLocInContext(S.Context));
15492 New->setQualifierInfo(SS.getWithLocInContext(Context));
tools/clang/lib/Sema/SemaDeclCXX.cpp 4132 SS.getWithLocInContext(Context),
4143 TL.setQualifierLoc(SS.getWithLocInContext(Context));
4206 TL.setQualifierLoc(SS.getWithLocInContext(Context));
9894 SS.getWithLocInContext(Context),
10467 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context);
11184 Alias, SS.getWithLocInContext(Context),
14656 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context);
14699 TL.setQualifierLoc(SS.getWithLocInContext(Context));
tools/clang/lib/Sema/SemaExpr.cpp 1785 SS ? SS->getWithLocInContext(Context) : NestedNameSpecifierLoc();
2155 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo,
2466 QTL.setQualifierLoc(SS.getWithLocInContext(Context));
2932 SS.getWithLocInContext(Context),
tools/clang/lib/Sema/SemaExprCXX.cpp 351 SS.getWithLocInContext(Context),
7006 SS.getWithLocInContext(Context),
tools/clang/lib/Sema/SemaExprMember.cpp 515 SS.getWithLocInContext(Context), TemplateKWLoc, FirstQualifierInScope,
892 SS.getWithLocInContext(S.Context),
903 SS ? SS->getWithLocInContext(Context) : NestedNameSpecifierLoc();
1067 SS.getWithLocInContext(Context),
tools/clang/lib/Sema/SemaOpenMP.cpp12854 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId,
13697 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId,
13717 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId,
13737 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId,
15171 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId,
15542 MapperIdScopeSpec.getWithLocInContext(Context),
16364 MapperIdScopeSpec.getWithLocInContext(Context), MapperId);
16381 MapperIdScopeSpec.getWithLocInContext(Context), MapperId);
tools/clang/lib/Sema/SemaStmt.cpp 4246 SS.getWithLocInContext(Context),
tools/clang/lib/Sema/SemaTemplate.cpp 707 /*Op*/ SourceLocation(), SS.getWithLocInContext(Context), TemplateKWLoc,
720 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context);
891 Arg.getScopeSpec().getWithLocInContext(
1348 T->setQualifierInfo(SS.getWithLocInContext(S.Context));
3508 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context));
3541 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context));
3579 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context));
3636 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context));
4260 SS.isSet() ? SS.getWithLocInContext(Context) : NestedNameSpecifierLoc{},
4318 SS.getWithLocInContext(Context),
4550 TL.setQualifierLoc(SS.getWithLocInContext(Context));
5008 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo,
9790 TL.setQualifierLoc(SS.getWithLocInContext(Context));
9809 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context);
9881 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context));
9909 TL.setQualifierLoc(SS.getWithLocInContext(Context));
10215 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context);
tools/clang/lib/Sema/SemaType.cpp 5536 TL.setQualifierLoc(SS.getWithLocInContext(Context));
5629 NestedNameSpecifierLoc NNSLoc = SS.getWithLocInContext(Context);
tools/clang/lib/Sema/TreeTransform.h 3774 return SS.getWithLocInContext(SemaRef.Context);
6125 NewTL.setQualifierLoc(SS.getWithLocInContext(SemaRef.Context));
8802 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context),
8848 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo,
8893 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo,
9054 MapperIdScopeSpec.getWithLocInContext(TT.getSema().Context),