Searched refs:QualifierLoc (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp240 NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType,
254 (QualifierLoc &&
255 QualifierLoc.getNestedNameSpecifier()->isInstantiationDependent()) ||
263 (QualifierLoc &&
264 QualifierLoc.getNestedNameSpecifier()
272 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc),
294 NestedNameSpecifierLoc QualifierLoc,
306 return new (Mem) UnresolvedLookupExpr(C, NamingClass, QualifierLoc,
327 NestedNameSpecifierLoc QualifierLoc,
238 CXXPseudoDestructorExpr(const ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
292 Create(const ASTContext &C, CXXRecordDecl *NamingClass, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, bool ADL, const TemplateArgumentListInfo *Args, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
326 OverloadExpr(StmtClass K, const ASTContext &C, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, UnresolvedSetIterator Begin, UnresolvedSetIterator End, bool KnownDependent, bool KnownInstantiationDependent, bool KnownContainsUnexpandedParameterPack) argument
421 DependentScopeDeclRefExpr(QualType T, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *Args) argument
454 Create(const ASTContext &C, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *Args) argument
1173 CXXDependentScopeMemberExpr(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1209 CXXDependentScopeMemberExpr(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo) argument
1230 Create(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1310 UnresolvedMemberExpr(const ASTContext &C, bool HasUnresolvedUsing, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
1348 Create(const ASTContext &C, bool HasUnresolvedUsing, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
[all...]
H A DDeclCXX.cpp1900 NestedNameSpecifierLoc QualifierLoc,
1906 return new (C) UsingDirectiveDecl(DC, L, NamespaceLoc, QualifierLoc,
1959 NestedNameSpecifierLoc QualifierLoc,
1965 QualifierLoc, IdentLoc, Namespace);
2026 NestedNameSpecifierLoc QualifierLoc,
2029 return new (C) UsingDecl(DC, UL, QualifierLoc, NameInfo, HasTypename);
2049 NestedNameSpecifierLoc QualifierLoc,
2052 QualifierLoc, NameInfo);
2075 NestedNameSpecifierLoc QualifierLoc,
2079 QualifierLoc, TargetNameLo
1897 Create(ASTContext &C, DeclContext *DC, SourceLocation L, SourceLocation NamespaceLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Used, DeclContext *CommonAncestor) argument
1955 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
2025 Create(ASTContext &C, DeclContext *DC, SourceLocation UL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, bool HasTypename) argument
2047 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
2072 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, DeclarationName TargetName) argument
[all...]
H A DExpr.cpp370 NestedNameSpecifierLoc QualifierLoc,
379 DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0;
380 if (QualifierLoc)
381 getInternalQualifierLoc() = QualifierLoc;
407 NestedNameSpecifierLoc QualifierLoc,
416 return Create(Context, QualifierLoc, TemplateKWLoc, D,
423 NestedNameSpecifierLoc QualifierLoc,
437 if (QualifierLoc)
447 return new (Mem) DeclRefExpr(Context, QualifierLoc, TemplateKWLoc, D,
1338 NestedNameSpecifierLoc QualifierLoc,
369 DeclRefExpr(const ASTContext &Ctx, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingLocal, const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, QualType T, ExprValueKind VK) argument
406 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingLocal, SourceLocation NameLoc, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
422 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingLocal, const DeclarationNameInfo &NameInfo, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
1337 Create(const ASTContext &C, Expr *base, bool isarrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *memberdecl, DeclAccessPair founddecl, DeclarationNameInfo nameinfo, const TemplateArgumentListInfo *targs, QualType ty, ExprValueKind vk, ExprObjectKind ok) argument
[all...]
H A DDecl.cpp1482 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { argument
1483 if (QualifierLoc) {
1494 getExtInfo()->QualifierLoc = QualifierLoc;
1507 getExtInfo()->QualifierLoc = QualifierLoc;
3235 void TagDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { argument
3236 if (QualifierLoc) {
3241 getExtInfo()->QualifierLoc = QualifierLoc;
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h237 NestedNameSpecifierLoc QualifierLoc; member in class:clang::MSDependentExistsStmt
246 NestedNameSpecifierLoc QualifierLoc,
251 QualifierLoc(QualifierLoc), NameInfo(NameInfo),
266 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
245 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, CompoundStmt *SubStmt) argument
H A DDeclCXX.h2476 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UsingDirectiveDecl
2495 NestedNameSpecifierLoc QualifierLoc,
2500 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc),
2506 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
2511 return QualifierLoc.getNestedNameSpecifier();
2544 NestedNameSpecifierLoc QualifierLoc,
2582 NestedNameSpecifierLoc QualifierLoc; member in class:clang::NamespaceAliasDecl
2590 NestedNameSpecifierLoc QualifierLoc,
2594 QualifierLoc(QualifierLo
2493 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
2588 NamespaceAliasDecl(DeclContext *DC, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
2763 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UsingDecl
2776 UsingDecl(DeclContext *DC, SourceLocation UL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, bool HasTypenameKeyword) argument
2900 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UnresolvedUsingValueDecl
2906 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
2974 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UnresolvedUsingTypenameDecl
2976 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, IdentifierInfo *TargetName) argument
[all...]
H A DTemplateBase.h382 TemplateArgumentLocInfo(NestedNameSpecifierLoc QualifierLoc, argument
386 Template.Qualifier = QualifierLoc.getNestedNameSpecifier();
387 Template.QualifierLocData = QualifierLoc.getOpaqueData();
439 NestedNameSpecifierLoc QualifierLoc,
442 : Argument(Argument), LocInfo(QualifierLoc, TemplateNameLoc, EllipsisLoc) {
438 TemplateArgumentLoc(const TemplateArgument &Argument, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateNameLoc, SourceLocation EllipsisLoc = SourceLocation()) argument
H A DExprCXX.h619 NestedNameSpecifierLoc QualifierLoc; member in class:clang::MSPropertyRefExpr
632 QualifierLoc(qualifierLoc) {}
645 else if (QualifierLoc)
646 return QualifierLoc.getBeginLoc();
663 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
1990 NestedNameSpecifierLoc QualifierLoc;
2012 NestedNameSpecifierLoc QualifierLoc,
2020 Base(0), IsArrow(false), QualifierLoc(), ScopeType(0) { }
2027 bool hasQualifier() const { return QualifierLoc.hasQualifier(); }
2031 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
[all...]
H A DTypeLoc.h1652 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1653 assert(QualifierLoc.getNestedNameSpecifier()
1656 getLocalData()->QualifierData = QualifierLoc.getOpaqueData();
1710 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1711 assert(QualifierLoc.getNestedNameSpecifier()
1714 getLocalData()->QualifierData = QualifierLoc.getOpaqueData();
1768 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1769 if (!QualifierLoc) {
1778 assert(QualifierLoc.getNestedNameSpecifier()
1781 getLocalData()->QualifierData = QualifierLoc
[all...]
H A DDecl.h492 NestedNameSpecifierLoc QualifierLoc; member in struct:clang::QualifierInfo
508 QualifierInfo() : QualifierLoc(), NumTemplParamLists(0), TemplParamLists(0) {}
578 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
586 return hasExtInfo() ? getExtInfo()->QualifierLoc
590 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
2733 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
2741 return hasExtInfo() ? getExtInfo()->QualifierLoc
2745 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
H A DExpr.h910 NestedNameSpecifierLoc QualifierLoc,
941 NestedNameSpecifierLoc QualifierLoc,
951 NestedNameSpecifierLoc QualifierLoc,
2279 NestedNameSpecifierLoc QualifierLoc; member in struct:clang::StringLiteral::OffsetOfExpr::MemberExpr::MemberNameQualifier
2367 NestedNameSpecifierLoc QualifierLoc,
2404 return getMemberQualifier()->QualifierLoc.getNestedNameSpecifier();
2414 return getMemberQualifier()->QualifierLoc;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp771 NestedNameSpecifierLoc QualifierLoc = Pattern->getQualifierLoc(); local
772 if (QualifierLoc) {
773 QualifierLoc = SemaRef.SubstNestedNameSpecifierLoc(QualifierLoc,
775 if (!QualifierLoc)
797 if (QualifierLoc) {
799 SS.Adopt(QualifierLoc);
820 if (!PrevClassTemplate && QualifierLoc) {
823 << QualifierLoc.getSourceRange();
884 if (QualifierLoc)
1218 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); local
1527 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); local
2060 NestedNameSpecifierLoc QualifierLoc = local
2113 NestedNameSpecifierLoc QualifierLoc local
2209 NestedNameSpecifierLoc QualifierLoc local
2234 NestedNameSpecifierLoc QualifierLoc local
[all...]
H A DTreeTransform.h567 NestedNameSpecifierLoc QualifierLoc);
828 NestedNameSpecifierLoc QualifierLoc,
831 QualifierLoc.getNestedNameSpecifier(),
842 NestedNameSpecifierLoc QualifierLoc,
849 SS.Adopt(QualifierLoc);
859 QualifierLoc.getNestedNameSpecifier(),
869 if (Keyword == ETK_None && QualifierLoc.getNestedNameSpecifier() == 0)
873 QualifierLoc.getNestedNameSpecifier(),
884 NestedNameSpecifierLoc QualifierLoc,
888 SS.Adopt(QualifierLoc);
826 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType Named) argument
840 RebuildDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Name, SourceLocation NameLoc, TemplateArgumentListInfo &Args) argument
882 RebuildDependentNameType(ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Id, SourceLocation IdLoc) argument
1464 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
1510 RebuildDeclRefExpr(NestedNameSpecifierLoc QualifierLoc, ValueDecl *VD, const DeclarationNameInfo &NameInfo, TemplateArgumentListInfo *TemplateArgs) argument
1624 RebuildMemberExpr(Expr *Base, SourceLocation OpLoc, bool isArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, ValueDecl *Member, NamedDecl *FoundDecl, const TemplateArgumentListInfo *ExplicitTemplateArgs, NamedDecl *FirstQualifierInScope) argument
2200 RebuildDependentScopeDeclRefExpr( NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand) argument
2289 RebuildCXXDependentScopeMemberExpr(Expr *BaseE, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
2313 RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, SourceLocation OperatorLoc, bool IsArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs) argument
3207 NestedNameSpecifierLoc QualifierLoc = Input.getTemplateQualifierLoc(); local
4989 NestedNameSpecifierLoc QualifierLoc; local
5100 NestedNameSpecifierLoc QualifierLoc local
5134 NestedNameSpecifierLoc QualifierLoc; local
5148 TransformDependentTemplateSpecializationType(TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL, NestedNameSpecifierLoc QualifierLoc) argument
6140 NestedNameSpecifierLoc QualifierLoc; local
6207 NestedNameSpecifierLoc QualifierLoc; local
6402 NestedNameSpecifierLoc QualifierLoc; local
7749 NestedNameSpecifierLoc QualifierLoc = E->getQualifierLoc(); local
7850 NestedNameSpecifierLoc QualifierLoc local
8126 NestedNameSpecifierLoc QualifierLoc local
8627 NestedNameSpecifierLoc QualifierLoc; local
8706 NestedNameSpecifierLoc QualifierLoc; local
[all...]
H A DSemaTemplate.cpp3156 /// \param QualifierLoc Will be set to the nested-name-specifier (with
3167 NestedNameSpecifierLoc &QualifierLoc) {
3184 QualifierLoc = Param->getDefaultArgument().getTemplateQualifierLoc();
3185 if (QualifierLoc) {
3186 QualifierLoc =
3187 SemaRef.SubstNestedNameSpecifierLoc(QualifierLoc, TemplateArgLists);
3188 if (!QualifierLoc)
3193 QualifierLoc,
3252 NestedNameSpecifierLoc QualifierLoc; local
3258 QualifierLoc);
3161 SubstDefaultTemplateArgument(Sema &SemaRef, TemplateDecl *Template, SourceLocation TemplateLoc, SourceLocation RAngleLoc, TemplateTemplateParmDecl *Param, SmallVectorImpl<TemplateArgument> &Converted, NestedNameSpecifierLoc &QualifierLoc) argument
7597 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
7730 CheckTypenameType(ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo &II, SourceLocation IILoc) argument
[all...]
H A DSemaTemplateVariadic.cpp392 NestedNameSpecifierLoc QualifierLoc(Qualifier, SS.location_data());
394 .TraverseNestedNameSpecifierLoc(QualifierLoc);
H A DSemaTemplateInstantiate.cpp853 NestedNameSpecifierLoc QualifierLoc,
1088 NestedNameSpecifierLoc QualifierLoc,
1114 QualifierLoc,
2724 Sema::SubstTemplateName(NestedNameSpecifierLoc QualifierLoc, argument
2730 SS.Adopt(QualifierLoc);
1086 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType T) argument
H A DSemaDeclCXX.cpp7361 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
7367 QualifierLoc,
7371 QualifierLoc, NameInfo);
7374 D = UsingDecl::Create(Context, CurContext, UsingLoc, QualifierLoc,
11385 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
11388 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc,
11398 TL.setQualifierLoc(QualifierLoc);
11403 TL.setQualifierLoc(QualifierLoc);
H A DSemaStmt.cpp3167 NestedNameSpecifierLoc QualifierLoc,
3172 QualifierLoc, NameInfo,
3165 BuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
H A DSemaDecl.cpp167 NestedNameSpecifierLoc QualifierLoc = SS->getWithLocInContext(Context);
169 CheckTypenameType(ETK_None, SourceLocation(), QualifierLoc,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1177 S->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1387 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1422 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1435 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1468 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1612 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
2013 NestedNameSpecifierLoc QualifierLoc; local
2015 QualifierLoc = ReadNestedNameSpecifierLoc(F, Record, Idx);
2045 S = MemberExpr::Create(Context, Base, IsArrow, QualifierLoc,
H A DASTReaderDecl.cpp1123 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1130 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1153 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1161 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1169 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
H A DASTReader.cpp5322 NestedNameSpecifierLoc QualifierLoc = ReadNestedNameSpecifierLoc(F, Record, local
5325 return TemplateArgumentLocInfo(QualifierLoc, TemplateNameLoc,
5329 NestedNameSpecifierLoc QualifierLoc = ReadNestedNameSpecifierLoc(F, Record, local
5333 return TemplateArgumentLocInfo(QualifierLoc, TemplateNameLoc,
6841 Info.QualifierLoc = ReadNestedNameSpecifierLoc(F, Record, Idx);
H A DASTWriter.cpp4750 AddNestedNameSpecifierLoc(Info.QualifierLoc, Record);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3580 NestedNameSpecifierLoc QualifierLoc,
5437 NestedNameSpecifierLoc QualifierLoc,
6566 SubstTemplateName(NestedNameSpecifierLoc QualifierLoc, TemplateName Name,

Completed in 618 milliseconds