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

/external/clang/lib/AST/
H A DExprCXX.cpp180 NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType,
192 (QualifierLoc &&
193 QualifierLoc.getNestedNameSpecifier()->isInstantiationDependent()) ||
201 (QualifierLoc &&
202 QualifierLoc.getNestedNameSpecifier()
210 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc),
232 NestedNameSpecifierLoc QualifierLoc,
244 return new (Mem) UnresolvedLookupExpr(C, NamingClass, QualifierLoc,
265 NestedNameSpecifierLoc QualifierLoc,
178 CXXPseudoDestructorExpr(ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
230 Create(ASTContext &C, CXXRecordDecl *NamingClass, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, bool ADL, const TemplateArgumentListInfo *Args, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
264 OverloadExpr(StmtClass K, ASTContext &C, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, UnresolvedSetIterator Begin, UnresolvedSetIterator End, bool KnownDependent, bool KnownInstantiationDependent, bool KnownContainsUnexpandedParameterPack) argument
359 DependentScopeDeclRefExpr(QualType T, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *Args) argument
392 Create(ASTContext &C, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *Args) argument
1103 CXXDependentScopeMemberExpr(ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1139 CXXDependentScopeMemberExpr(ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo) argument
1160 Create(ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1240 UnresolvedMemberExpr(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
1278 Create(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.cpp1834 NestedNameSpecifierLoc QualifierLoc,
1840 return new (C) UsingDirectiveDecl(DC, L, NamespaceLoc, QualifierLoc,
1893 NestedNameSpecifierLoc QualifierLoc,
1899 QualifierLoc, IdentLoc, Namespace);
1960 NestedNameSpecifierLoc QualifierLoc,
1963 return new (C) UsingDecl(DC, UL, QualifierLoc, NameInfo, HasTypename);
1983 NestedNameSpecifierLoc QualifierLoc,
1986 QualifierLoc, NameInfo);
2009 NestedNameSpecifierLoc QualifierLoc,
2013 QualifierLoc, TargetNameLo
1831 Create(ASTContext &C, DeclContext *DC, SourceLocation L, SourceLocation NamespaceLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Used, DeclContext *CommonAncestor) argument
1889 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
1959 Create(ASTContext &C, DeclContext *DC, SourceLocation UL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, bool HasTypename) argument
1981 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
2006 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, DeclarationName TargetName) argument
[all...]
H A DExpr.cpp366 NestedNameSpecifierLoc QualifierLoc,
375 DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0;
376 if (QualifierLoc)
377 getInternalQualifierLoc() = QualifierLoc;
403 NestedNameSpecifierLoc QualifierLoc,
412 return Create(Context, QualifierLoc, TemplateKWLoc, D,
419 NestedNameSpecifierLoc QualifierLoc,
433 if (QualifierLoc)
443 return new (Mem) DeclRefExpr(Context, QualifierLoc, TemplateKWLoc, D,
1287 NestedNameSpecifierLoc QualifierLoc,
365 DeclRefExpr(ASTContext &Ctx, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingLocal, const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, QualType T, ExprValueKind VK) argument
402 Create(ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingLocal, SourceLocation NameLoc, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
418 Create(ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingLocal, const DeclarationNameInfo &NameInfo, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
1286 Create(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.cpp1419 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { argument
1420 if (QualifierLoc) {
1431 getExtInfo()->QualifierLoc = QualifierLoc;
1444 getExtInfo()->QualifierLoc = QualifierLoc;
3104 void TagDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { argument
3105 if (QualifierLoc) {
3110 getExtInfo()->QualifierLoc = QualifierLoc;
[all...]
/external/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.h2432 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UsingDirectiveDecl
2451 NestedNameSpecifierLoc QualifierLoc,
2456 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc),
2462 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
2467 return QualifierLoc.getNestedNameSpecifier();
2500 NestedNameSpecifierLoc QualifierLoc,
2538 NestedNameSpecifierLoc QualifierLoc; member in class:clang::NamespaceAliasDecl
2546 NestedNameSpecifierLoc QualifierLoc,
2550 QualifierLoc(QualifierLo
2449 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
2544 NamespaceAliasDecl(DeclContext *DC, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
2695 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UsingDecl
2708 UsingDecl(DeclContext *DC, SourceLocation UL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, bool HasTypenameKeyword) argument
2832 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UnresolvedUsingValueDecl
2838 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
2906 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UnresolvedUsingTypenameDecl
2908 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, IdentifierInfo *TargetName) argument
[all...]
H A DTemplateBase.h371 TemplateArgumentLocInfo(NestedNameSpecifierLoc QualifierLoc, argument
375 Template.Qualifier = QualifierLoc.getNestedNameSpecifier();
376 Template.QualifierLocData = QualifierLoc.getOpaqueData();
428 NestedNameSpecifierLoc QualifierLoc,
431 : Argument(Argument), LocInfo(QualifierLoc, TemplateNameLoc, EllipsisLoc) {
427 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; }
1994 NestedNameSpecifierLoc QualifierLoc;
2016 NestedNameSpecifierLoc QualifierLoc,
2024 Base(0), IsArrow(false), QualifierLoc(), ScopeType(0) { }
2031 bool hasQualifier() const { return QualifierLoc.hasQualifier(); }
2035 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
[all...]
H A DTypeLoc.h1649 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1650 assert(QualifierLoc.getNestedNameSpecifier()
1653 getLocalData()->QualifierData = QualifierLoc.getOpaqueData();
1707 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1708 assert(QualifierLoc.getNestedNameSpecifier()
1711 getLocalData()->QualifierData = QualifierLoc.getOpaqueData();
1765 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1766 if (!QualifierLoc) {
1775 assert(QualifierLoc.getNestedNameSpecifier()
1778 getLocalData()->QualifierData = QualifierLoc
[all...]
H A DDecl.h486 NestedNameSpecifierLoc QualifierLoc; member in struct:clang::QualifierInfo
502 QualifierInfo() : QualifierLoc(), NumTemplParamLists(0), TemplParamLists(0) {}
572 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
580 return hasExtInfo() ? getExtInfo()->QualifierLoc
584 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
2665 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
2673 return hasExtInfo() ? getExtInfo()->QualifierLoc
2677 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
H A DExpr.h910 NestedNameSpecifierLoc QualifierLoc,
941 NestedNameSpecifierLoc QualifierLoc,
951 NestedNameSpecifierLoc QualifierLoc,
2275 NestedNameSpecifierLoc QualifierLoc; member in struct:clang::StringLiteral::OffsetOfExpr::MemberExpr::MemberNameQualifier
2363 NestedNameSpecifierLoc QualifierLoc,
2400 return getMemberQualifier()->QualifierLoc.getNestedNameSpecifier();
2410 return getMemberQualifier()->QualifierLoc;
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp758 NestedNameSpecifierLoc QualifierLoc = Pattern->getQualifierLoc(); local
759 if (QualifierLoc) {
760 QualifierLoc = SemaRef.SubstNestedNameSpecifierLoc(QualifierLoc,
762 if (!QualifierLoc)
784 if (QualifierLoc) {
786 SS.Adopt(QualifierLoc);
807 if (!PrevClassTemplate && QualifierLoc) {
810 << QualifierLoc.getSourceRange();
871 if (QualifierLoc)
1209 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); local
1507 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); local
2070 NestedNameSpecifierLoc QualifierLoc local
2163 NestedNameSpecifierLoc QualifierLoc local
2188 NestedNameSpecifierLoc QualifierLoc local
[all...]
H A DTreeTransform.h564 NestedNameSpecifierLoc QualifierLoc);
812 NestedNameSpecifierLoc QualifierLoc,
815 QualifierLoc.getNestedNameSpecifier(),
826 NestedNameSpecifierLoc QualifierLoc,
833 SS.Adopt(QualifierLoc);
843 QualifierLoc.getNestedNameSpecifier(),
853 if (Keyword == ETK_None && QualifierLoc.getNestedNameSpecifier() == 0)
857 QualifierLoc.getNestedNameSpecifier(),
868 NestedNameSpecifierLoc QualifierLoc,
872 SS.Adopt(QualifierLoc);
810 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType Named) argument
824 RebuildDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Name, SourceLocation NameLoc, TemplateArgumentListInfo &Args) argument
866 RebuildDependentNameType(ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Id, SourceLocation IdLoc) argument
1429 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
1479 RebuildDeclRefExpr(NestedNameSpecifierLoc QualifierLoc, ValueDecl *VD, const DeclarationNameInfo &NameInfo, TemplateArgumentListInfo *TemplateArgs) argument
1593 RebuildMemberExpr(Expr *Base, SourceLocation OpLoc, bool isArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, ValueDecl *Member, NamedDecl *FoundDecl, const TemplateArgumentListInfo *ExplicitTemplateArgs, NamedDecl *FirstQualifierInScope) argument
2169 RebuildDependentScopeDeclRefExpr( NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand) argument
2258 RebuildCXXDependentScopeMemberExpr(Expr *BaseE, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
2282 RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, SourceLocation OperatorLoc, bool IsArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs) argument
3168 NestedNameSpecifierLoc QualifierLoc = Input.getTemplateQualifierLoc(); local
4947 NestedNameSpecifierLoc QualifierLoc; local
5058 NestedNameSpecifierLoc QualifierLoc local
5092 NestedNameSpecifierLoc QualifierLoc; local
5106 TransformDependentTemplateSpecializationType(TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL, NestedNameSpecifierLoc QualifierLoc) argument
6109 NestedNameSpecifierLoc QualifierLoc; local
6176 NestedNameSpecifierLoc QualifierLoc; local
6323 NestedNameSpecifierLoc QualifierLoc; local
7670 NestedNameSpecifierLoc QualifierLoc = E->getQualifierLoc(); local
7769 NestedNameSpecifierLoc QualifierLoc local
8040 NestedNameSpecifierLoc QualifierLoc local
8450 NestedNameSpecifierLoc QualifierLoc; local
8529 NestedNameSpecifierLoc QualifierLoc; local
[all...]
H A DSemaTemplate.cpp3107 /// \param QualifierLoc Will be set to the nested-name-specifier (with
3118 NestedNameSpecifierLoc &QualifierLoc) {
3133 QualifierLoc = Param->getDefaultArgument().getTemplateQualifierLoc();
3134 if (QualifierLoc) {
3135 QualifierLoc = SemaRef.SubstNestedNameSpecifierLoc(QualifierLoc,
3137 if (!QualifierLoc)
3141 return SemaRef.SubstTemplateName(QualifierLoc,
3200 NestedNameSpecifierLoc QualifierLoc; local
3206 QualifierLoc);
3112 SubstDefaultTemplateArgument(Sema &SemaRef, TemplateDecl *Template, SourceLocation TemplateLoc, SourceLocation RAngleLoc, TemplateTemplateParmDecl *Param, SmallVectorImpl<TemplateArgument> &Converted, NestedNameSpecifierLoc &QualifierLoc) argument
7485 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
7618 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.cpp846 NestedNameSpecifierLoc QualifierLoc,
1056 NestedNameSpecifierLoc QualifierLoc,
1082 QualifierLoc,
2689 Sema::SubstTemplateName(NestedNameSpecifierLoc QualifierLoc, argument
2695 SS.Adopt(QualifierLoc);
1054 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType T) argument
H A DSemaDeclCXX.cpp7135 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
7141 QualifierLoc,
7145 QualifierLoc, NameInfo);
7148 D = UsingDecl::Create(Context, CurContext, UsingLoc, QualifierLoc,
11077 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
11080 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc,
11090 TL.setQualifierLoc(QualifierLoc);
11095 TL.setQualifierLoc(QualifierLoc);
H A DSemaStmt.cpp3103 NestedNameSpecifierLoc QualifierLoc,
3108 QualifierLoc, NameInfo,
3101 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,
/external/clang/tools/libclang/
H A DCIndex.cpp741 if (NestedNameSpecifierLoc QualifierLoc = DD->getQualifierLoc())
742 if (VisitNestedNameSpecifierLoc(QualifierLoc))
785 if (NestedNameSpecifierLoc QualifierLoc = ND->getQualifierLoc())
786 if (VisitNestedNameSpecifierLoc(QualifierLoc))
1144 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc())
1145 if (VisitNestedNameSpecifierLoc(QualifierLoc))
1154 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc()) {
1155 if (VisitNestedNameSpecifierLoc(QualifierLoc))
1167 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc())
1168 if (VisitNestedNameSpecifierLoc(QualifierLoc))
[all...]
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1169 S->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1378 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1413 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1426 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1459 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1603 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1978 NestedNameSpecifierLoc QualifierLoc; local
1980 QualifierLoc = ReadNestedNameSpecifierLoc(F, Record, Idx);
2010 S = MemberExpr::Create(Context, Base, IsArrow, QualifierLoc,
H A DASTReaderDecl.cpp1077 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1084 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1105 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1113 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1121 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
H A DASTReader.cpp5319 NestedNameSpecifierLoc QualifierLoc = ReadNestedNameSpecifierLoc(F, Record, local
5322 return TemplateArgumentLocInfo(QualifierLoc, TemplateNameLoc,
5326 NestedNameSpecifierLoc QualifierLoc = ReadNestedNameSpecifierLoc(F, Record, local
5330 return TemplateArgumentLocInfo(QualifierLoc, TemplateNameLoc,
6791 Info.QualifierLoc = ReadNestedNameSpecifierLoc(F, Record, Idx);
H A DASTWriter.cpp4725 AddNestedNameSpecifierLoc(Info.QualifierLoc, Record);
/external/clang/include/clang/Sema/
H A DSema.h3500 NestedNameSpecifierLoc QualifierLoc,
5316 NestedNameSpecifierLoc QualifierLoc,
6386 SubstTemplateName(NestedNameSpecifierLoc QualifierLoc, TemplateName Name,

Completed in 744 milliseconds