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

12

/external/clang/lib/AST/
H A DExprCXX.cpp237 NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType,
248 (QualifierLoc &&
249 QualifierLoc.getNestedNameSpecifier()->isInstantiationDependent()) ||
257 (QualifierLoc &&
258 QualifierLoc.getNestedNameSpecifier()
266 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc),
288 NestedNameSpecifierLoc QualifierLoc,
300 return new (Mem) UnresolvedLookupExpr(C, NamingClass, QualifierLoc,
321 NestedNameSpecifierLoc QualifierLoc,
235 CXXPseudoDestructorExpr(const ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
286 Create(const ASTContext &C, CXXRecordDecl *NamingClass, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, bool ADL, const TemplateArgumentListInfo *Args, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
320 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
413 DependentScopeDeclRefExpr(QualType T, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *Args) argument
446 Create(const ASTContext &C, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *Args) argument
1198 CXXDependentScopeMemberExpr(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1235 CXXDependentScopeMemberExpr(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo) argument
1256 Create(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1331 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
1369 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.cpp1970 NestedNameSpecifierLoc QualifierLoc,
1976 return new (C, DC) UsingDirectiveDecl(DC, L, NamespaceLoc, QualifierLoc,
2046 NestedNameSpecifierLoc QualifierLoc,
2053 QualifierLoc, IdentLoc, Namespace);
2114 NestedNameSpecifierLoc QualifierLoc,
2117 return new (C, DC) UsingDecl(DC, UL, QualifierLoc, NameInfo, HasTypename);
2137 NestedNameSpecifierLoc QualifierLoc,
2140 QualifierLoc, NameInfo);
2163 NestedNameSpecifierLoc QualifierLoc,
2167 DC, UsingLoc, TypenameLoc, QualifierLoc, TargetNameLo
[all...]
H A DExpr.cpp323 NestedNameSpecifierLoc QualifierLoc,
332 DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0;
333 if (QualifierLoc) {
334 getInternalQualifierLoc() = QualifierLoc;
335 auto *NNS = QualifierLoc.getNestedNameSpecifier();
368 NestedNameSpecifierLoc QualifierLoc,
377 return Create(Context, QualifierLoc, TemplateKWLoc, D,
384 NestedNameSpecifierLoc QualifierLoc,
398 if (QualifierLoc)
413 return new (Mem) DeclRefExpr(Context, QualifierLoc, TemplateKWLo
322 DeclRefExpr(const ASTContext &Ctx, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingVariableOrCapture, const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, QualType T, ExprValueKind VK) argument
367 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
383 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingVariableOrCapture, const DeclarationNameInfo &NameInfo, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
1416 Create( const ASTContext &C, Expr *base, bool isarrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *memberdecl, DeclAccessPair founddecl, DeclarationNameInfo nameinfo, const TemplateArgumentListInfo *targs, QualType ty, ExprValueKind vk, ExprObjectKind ok) argument
[all...]
H A DOpenMPClause.cpp373 NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo,
380 StartLoc, LParenLoc, EndLoc, ColonLoc, VL.size(), QualifierLoc, NameInfo);
370 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps) argument
H A DDecl.cpp1646 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { argument
1647 if (QualifierLoc) {
1658 getExtInfo()->QualifierLoc = QualifierLoc;
1671 getExtInfo()->QualifierLoc = QualifierLoc;
3478 void TagDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { argument
3479 if (QualifierLoc) {
3484 getExtInfo()->QualifierLoc = QualifierLoc;
[all...]
H A DStmtPrinter.cpp803 NestedNameSpecifier *QualifierLoc = local
807 if (QualifierLoc == nullptr && OOK != OO_None) {
812 if (QualifierLoc != nullptr)
813 QualifierLoc->print(OS, Policy);
/external/clang/include/clang/AST/
H A DDeclCXX.h2558 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UsingDirectiveDecl
2577 NestedNameSpecifierLoc QualifierLoc,
2582 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc),
2588 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
2593 return QualifierLoc.getNestedNameSpecifier();
2626 NestedNameSpecifierLoc QualifierLoc,
2665 NestedNameSpecifierLoc QualifierLoc; member in class:clang::NamespaceAliasDecl
2673 IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc,
2677 QualifierLoc(QualifierLo
2575 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
2671 NamespaceAliasDecl(ASTContext &C, DeclContext *DC, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
2868 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UsingDecl
2881 UsingDecl(DeclContext *DC, SourceLocation UL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, bool HasTypenameKeyword) argument
3015 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UnresolvedUsingValueDecl
3021 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
3099 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UnresolvedUsingTypenameDecl
3101 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, IdentifierInfo *TargetName) argument
[all...]
H A DStmtCXX.h238 NestedNameSpecifierLoc QualifierLoc; member in class:clang::MSDependentExistsStmt
247 NestedNameSpecifierLoc QualifierLoc,
252 QualifierLoc(QualifierLoc), NameInfo(NameInfo),
267 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
246 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, CompoundStmt *SubStmt) argument
H A DTemplateBase.h386 TemplateArgumentLocInfo(NestedNameSpecifierLoc QualifierLoc, argument
390 Template.Qualifier = QualifierLoc.getNestedNameSpecifier();
391 Template.QualifierLocData = QualifierLoc.getOpaqueData();
443 NestedNameSpecifierLoc QualifierLoc,
446 : Argument(Argument), LocInfo(QualifierLoc, TemplateNameLoc, EllipsisLoc) {
442 TemplateArgumentLoc(const TemplateArgument &Argument, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateNameLoc, SourceLocation EllipsisLoc = SourceLocation()) argument
H A DExprCXX.h631 NestedNameSpecifierLoc QualifierLoc; member in class:clang::MSPropertyRefExpr
644 QualifierLoc(qualifierLoc) {}
657 else if (QualifierLoc)
658 return QualifierLoc.getBeginLoc();
675 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
2072 NestedNameSpecifierLoc QualifierLoc;
2094 NestedNameSpecifierLoc QualifierLoc,
2102 Base(nullptr), IsArrow(false), QualifierLoc(), ScopeType(nullptr) { }
2109 bool hasQualifier() const { return QualifierLoc.hasQualifier(); }
2113 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
[all...]
H A DTypeLoc.h1739 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1740 assert(QualifierLoc.getNestedNameSpecifier()
1743 getLocalData()->QualifierData = QualifierLoc.getOpaqueData();
1797 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1798 assert(QualifierLoc.getNestedNameSpecifier()
1801 getLocalData()->QualifierData = QualifierLoc.getOpaqueData();
1855 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1856 if (!QualifierLoc) {
1865 assert(QualifierLoc.getNestedNameSpecifier()
1868 getLocalData()->QualifierData = QualifierLoc
[all...]
H A DDecl.h554 NestedNameSpecifierLoc QualifierLoc; member in struct:clang::QualifierInfo
571 : QualifierLoc(), NumTemplParamLists(0), TemplParamLists(nullptr) {}
640 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
648 return hasExtInfo() ? getExtInfo()->QualifierLoc
652 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
2954 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
2962 return hasExtInfo() ? getExtInfo()->QualifierLoc
2966 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
H A DOpenMPClause.h1552 NestedNameSpecifierLoc QualifierLoc; member in class:clang::OMPReductionClause
1563 /// \param QualifierLoc The nested-name qualifier with location information
1568 NestedNameSpecifierLoc QualifierLoc,
1572 ColonLoc(ColonLoc), QualifierLoc(QualifierLoc), NameInfo(NameInfo) {}
1582 ColonLoc(), QualifierLoc(), NameInfo() {}
1589 void setQualifierLoc(NestedNameSpecifierLoc NSL) { QualifierLoc = NSL; }
1654 /// \param QualifierLoc The nested-name qualifier with location information
1679 NestedNameSpecifierLoc QualifierLoc,
1695 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
1566 OMPReductionClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned N, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
[all...]
H A DExpr.h964 NestedNameSpecifierLoc QualifierLoc,
996 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc,
1003 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc,
2345 NestedNameSpecifierLoc QualifierLoc; variable
2434 NestedNameSpecifierLoc QualifierLoc,
2471 return getMemberQualifier()->QualifierLoc.getNestedNameSpecifier();
2481 return getMemberQualifier()->QualifierLoc;
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp946 NestedNameSpecifierLoc QualifierLoc = Pattern->getQualifierLoc(); local
947 if (QualifierLoc) {
948 QualifierLoc = SemaRef.SubstNestedNameSpecifierLoc(QualifierLoc,
950 if (!QualifierLoc)
972 if (QualifierLoc) {
974 SS.Adopt(QualifierLoc);
995 if (!PrevClassTemplate && QualifierLoc) {
998 << QualifierLoc.getSourceRange();
1055 if (QualifierLoc)
1411 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); local
1701 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); local
2233 NestedNameSpecifierLoc QualifierLoc = local
2286 NestedNameSpecifierLoc QualifierLoc local
2381 NestedNameSpecifierLoc QualifierLoc local
2406 NestedNameSpecifierLoc QualifierLoc local
[all...]
H A DTreeTransform.h598 NestedNameSpecifierLoc QualifierLoc);
883 NestedNameSpecifierLoc QualifierLoc,
886 QualifierLoc.getNestedNameSpecifier(),
897 NestedNameSpecifierLoc QualifierLoc,
904 SS.Adopt(QualifierLoc);
915 QualifierLoc.getNestedNameSpecifier(),
925 if (Keyword == ETK_None && QualifierLoc.getNestedNameSpecifier() == nullptr)
929 QualifierLoc.getNestedNameSpecifier(),
940 NestedNameSpecifierLoc QualifierLoc,
944 SS.Adopt(QualifierLoc);
881 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType Named) argument
895 RebuildDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Name, SourceLocation NameLoc, TemplateArgumentListInfo &Args) argument
938 RebuildDependentNameType(ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Id, SourceLocation IdLoc) argument
1855 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
1910 RebuildDeclRefExpr(NestedNameSpecifierLoc QualifierLoc, ValueDecl *VD, const DeclarationNameInfo &NameInfo, TemplateArgumentListInfo *TemplateArgs) argument
2035 RebuildMemberExpr(Expr *Base, SourceLocation OpLoc, bool isArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, ValueDecl *Member, NamedDecl *FoundDecl, const TemplateArgumentListInfo *ExplicitTemplateArgs, NamedDecl *FirstQualifierInScope) argument
2584 RebuildDependentScopeDeclRefExpr( NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) argument
2676 RebuildCXXDependentScopeMemberExpr(Expr *BaseE, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
2700 RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, SourceLocation OperatorLoc, bool IsArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs) argument
3642 NestedNameSpecifierLoc QualifierLoc = Input.getTemplateQualifierLoc(); local
5513 NestedNameSpecifierLoc QualifierLoc; local
5635 NestedNameSpecifierLoc QualifierLoc local
5669 NestedNameSpecifierLoc QualifierLoc; local
5683 TransformDependentTemplateSpecializationType(TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL, NestedNameSpecifierLoc QualifierLoc) argument
6886 NestedNameSpecifierLoc QualifierLoc; local
6953 NestedNameSpecifierLoc QualifierLoc; local
7878 NestedNameSpecifierLoc QualifierLoc; local
9293 NestedNameSpecifierLoc QualifierLoc = E->getQualifierLoc(); local
9393 NestedNameSpecifierLoc QualifierLoc local
9661 NestedNameSpecifierLoc QualifierLoc local
10122 NestedNameSpecifierLoc QualifierLoc; local
10201 NestedNameSpecifierLoc QualifierLoc; local
[all...]
H A DSemaTemplate.cpp3310 /// \param QualifierLoc Will be set to the nested-name-specifier (with
3321 NestedNameSpecifierLoc &QualifierLoc) {
3338 QualifierLoc = Param->getDefaultArgument().getTemplateQualifierLoc();
3339 if (QualifierLoc) {
3340 QualifierLoc =
3341 SemaRef.SubstNestedNameSpecifierLoc(QualifierLoc, TemplateArgLists);
3342 if (!QualifierLoc)
3347 QualifierLoc,
3406 NestedNameSpecifierLoc QualifierLoc; local
3412 QualifierLoc);
3315 SubstDefaultTemplateArgument(Sema &SemaRef, TemplateDecl *Template, SourceLocation TemplateLoc, SourceLocation RAngleLoc, TemplateTemplateParmDecl *Param, SmallVectorImpl<TemplateArgument> &Converted, NestedNameSpecifierLoc &QualifierLoc) argument
8011 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
8143 CheckTypenameType(ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo &II, SourceLocation IILoc) argument
[all...]
H A DSemaTemplateVariadic.cpp401 NestedNameSpecifierLoc QualifierLoc(Qualifier, SS.location_data());
403 .TraverseNestedNameSpecifierLoc(QualifierLoc);
H A DSemaTemplateInstantiate.cpp759 NestedNameSpecifierLoc QualifierLoc,
970 NestedNameSpecifierLoc QualifierLoc,
996 QualifierLoc,
2702 Sema::SubstTemplateName(NestedNameSpecifierLoc QualifierLoc, argument
2708 SS.Adopt(QualifierLoc);
968 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType T) argument
H A DSemaDeclCXX.cpp8092 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
8098 QualifierLoc,
8102 QualifierLoc, NameInfo);
8111 UsingDecl::Create(Context, CurContext, UsingLoc, QualifierLoc, NameInfo,
8171 QualifierLoc.getSourceRange());
8172 QualifierLoc = Builder.getWithLocInContext(Context);
12315 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
12318 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc,
12328 TL.setQualifierLoc(QualifierLoc);
12333 TL.setQualifierLoc(QualifierLoc);
[all...]
H A DSemaStmt.cpp3739 NestedNameSpecifierLoc QualifierLoc,
3744 QualifierLoc, NameInfo,
3737 BuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
/external/clang/tools/libclang/
H A DCIndex.cpp773 if (NestedNameSpecifierLoc QualifierLoc = DD->getQualifierLoc())
774 if (VisitNestedNameSpecifierLoc(QualifierLoc))
808 if (NestedNameSpecifierLoc QualifierLoc = ND->getQualifierLoc())
809 if (VisitNestedNameSpecifierLoc(QualifierLoc))
1190 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc())
1191 if (VisitNestedNameSpecifierLoc(QualifierLoc))
1200 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc()) {
1201 if (VisitNestedNameSpecifierLoc(QualifierLoc))
1213 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc())
1214 if (VisitNestedNameSpecifierLoc(QualifierLoc))
[all...]
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1217 S->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1428 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1463 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1476 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1509 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1660 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
2711 NestedNameSpecifierLoc QualifierLoc; local
2713 QualifierLoc = ReadNestedNameSpecifierLoc(F, Record, Idx);
2744 S = MemberExpr::Create(Context, Base, IsArrow, OperatorLoc, QualifierLoc,
H A DASTReaderDecl.cpp1340 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1348 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1372 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1380 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1389 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp2163 unsigned* QualifierLoc) {
2171 *QualifierLoc = SpecLoc.getRawEncoding();

Completed in 369 milliseconds

12