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
1189 CXXDependentScopeMemberExpr(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1226 CXXDependentScopeMemberExpr(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo) argument
1247 Create(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1322 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
1360 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.cpp1954 NestedNameSpecifierLoc QualifierLoc,
1960 return new (C, DC) UsingDirectiveDecl(DC, L, NamespaceLoc, QualifierLoc,
2030 NestedNameSpecifierLoc QualifierLoc,
2037 QualifierLoc, IdentLoc, Namespace);
2098 NestedNameSpecifierLoc QualifierLoc,
2101 return new (C, DC) UsingDecl(DC, UL, QualifierLoc, NameInfo, HasTypename);
2121 NestedNameSpecifierLoc QualifierLoc,
2124 QualifierLoc, NameInfo);
2147 NestedNameSpecifierLoc QualifierLoc,
2151 DC, UsingLoc, TypenameLoc, QualifierLoc, TargetNameLo
1951 Create(ASTContext &C, DeclContext *DC, SourceLocation L, SourceLocation NamespaceLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Used, DeclContext *CommonAncestor) argument
2026 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
2097 Create(ASTContext &C, DeclContext *DC, SourceLocation UL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, bool HasTypename) argument
2119 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
2144 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, DeclarationName TargetName) argument
[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)
408 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
1379 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 DDecl.cpp1620 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { argument
1621 if (QualifierLoc) {
1632 getExtInfo()->QualifierLoc = QualifierLoc;
1645 getExtInfo()->QualifierLoc = QualifierLoc;
3450 void TagDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { argument
3451 if (QualifierLoc) {
3456 getExtInfo()->QualifierLoc = QualifierLoc;
[all...]
H A DStmtPrinter.cpp735 NestedNameSpecifier *QualifierLoc = local
739 if (QualifierLoc == nullptr && OOK != OO_None) {
744 if (QualifierLoc != nullptr)
745 QualifierLoc->print(OS, Policy);
H A DStmt.cpp1538 NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo,
1545 StartLoc, LParenLoc, EndLoc, ColonLoc, VL.size(), QualifierLoc, NameInfo);
1535 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps) argument
/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.h2564 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UsingDirectiveDecl
2583 NestedNameSpecifierLoc QualifierLoc,
2588 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc),
2594 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
2599 return QualifierLoc.getNestedNameSpecifier();
2632 NestedNameSpecifierLoc QualifierLoc,
2671 NestedNameSpecifierLoc QualifierLoc; member in class:clang::NamespaceAliasDecl
2679 IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc,
2683 QualifierLoc(QualifierLo
2581 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
2677 NamespaceAliasDecl(ASTContext &C, DeclContext *DC, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
2874 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UsingDecl
2887 UsingDecl(DeclContext *DC, SourceLocation UL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, bool HasTypenameKeyword) argument
3021 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UnresolvedUsingValueDecl
3027 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
3105 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UnresolvedUsingTypenameDecl
3107 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, IdentifierInfo *TargetName) argument
[all...]
H A DTemplateBase.h389 TemplateArgumentLocInfo(NestedNameSpecifierLoc QualifierLoc, argument
393 Template.Qualifier = QualifierLoc.getNestedNameSpecifier();
394 Template.QualifierLocData = QualifierLoc.getOpaqueData();
446 NestedNameSpecifierLoc QualifierLoc,
449 : Argument(Argument), LocInfo(QualifierLoc, TemplateNameLoc, EllipsisLoc) {
445 TemplateArgumentLoc(const TemplateArgument &Argument, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateNameLoc, SourceLocation EllipsisLoc = SourceLocation()) argument
H A DExprCXX.h626 NestedNameSpecifierLoc QualifierLoc; member in class:clang::MSPropertyRefExpr
639 QualifierLoc(qualifierLoc) {}
652 else if (QualifierLoc)
653 return QualifierLoc.getBeginLoc();
670 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
1949 NestedNameSpecifierLoc QualifierLoc;
1971 NestedNameSpecifierLoc QualifierLoc,
1979 Base(nullptr), IsArrow(false), QualifierLoc(), ScopeType(nullptr) { }
1986 bool hasQualifier() const { return QualifierLoc.hasQualifier(); }
1990 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
[all...]
H A DTypeLoc.h1657 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1658 assert(QualifierLoc.getNestedNameSpecifier()
1661 getLocalData()->QualifierData = QualifierLoc.getOpaqueData();
1715 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1716 assert(QualifierLoc.getNestedNameSpecifier()
1719 getLocalData()->QualifierData = QualifierLoc.getOpaqueData();
1773 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1774 if (!QualifierLoc) {
1783 assert(QualifierLoc.getNestedNameSpecifier()
1786 getLocalData()->QualifierData = QualifierLoc
[all...]
H A DOpenMPClause.h1390 NestedNameSpecifierLoc QualifierLoc; member in class:clang::OMPReductionClause
1401 /// \param QualifierLoc The nested-name qualifier with location information
1406 NestedNameSpecifierLoc QualifierLoc,
1410 ColonLoc(ColonLoc), QualifierLoc(QualifierLoc), NameInfo(NameInfo) {}
1420 ColonLoc(), QualifierLoc(), NameInfo() {}
1427 void setQualifierLoc(NestedNameSpecifierLoc NSL) { QualifierLoc = NSL; }
1479 /// \param QualifierLoc The nested-name qualifier with location information
1502 NestedNameSpecifierLoc QualifierLoc,
1517 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
1404 OMPReductionClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned N, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
[all...]
H A DDecl.h551 NestedNameSpecifierLoc QualifierLoc; member in struct:clang::QualifierInfo
568 : QualifierLoc(), NumTemplParamLists(0), TemplParamLists(nullptr) {}
638 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
646 return hasExtInfo() ? getExtInfo()->QualifierLoc
650 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
2903 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
2911 return hasExtInfo() ? getExtInfo()->QualifierLoc
2915 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
H A DExpr.h939 NestedNameSpecifierLoc QualifierLoc,
971 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc,
978 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc,
2306 NestedNameSpecifierLoc QualifierLoc; member in struct:clang::StringLiteral::OffsetOfExpr::MemberExpr::MemberNameQualifier
2395 NestedNameSpecifierLoc QualifierLoc,
2432 return getMemberQualifier()->QualifierLoc.getNestedNameSpecifier();
2442 return getMemberQualifier()->QualifierLoc;
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp900 NestedNameSpecifierLoc QualifierLoc = Pattern->getQualifierLoc(); local
901 if (QualifierLoc) {
902 QualifierLoc = SemaRef.SubstNestedNameSpecifierLoc(QualifierLoc,
904 if (!QualifierLoc)
926 if (QualifierLoc) {
928 SS.Adopt(QualifierLoc);
949 if (!PrevClassTemplate && QualifierLoc) {
952 << QualifierLoc.getSourceRange();
1009 if (QualifierLoc)
1346 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); local
1636 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); local
2169 NestedNameSpecifierLoc QualifierLoc = local
2222 NestedNameSpecifierLoc QualifierLoc local
2317 NestedNameSpecifierLoc QualifierLoc local
2342 NestedNameSpecifierLoc QualifierLoc local
[all...]
H A DTreeTransform.h593 NestedNameSpecifierLoc QualifierLoc);
862 NestedNameSpecifierLoc QualifierLoc,
865 QualifierLoc.getNestedNameSpecifier(),
876 NestedNameSpecifierLoc QualifierLoc,
883 SS.Adopt(QualifierLoc);
894 QualifierLoc.getNestedNameSpecifier(),
904 if (Keyword == ETK_None && QualifierLoc.getNestedNameSpecifier() == nullptr)
908 QualifierLoc.getNestedNameSpecifier(),
919 NestedNameSpecifierLoc QualifierLoc,
923 SS.Adopt(QualifierLoc);
860 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType Named) argument
874 RebuildDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Name, SourceLocation NameLoc, TemplateArgumentListInfo &Args) argument
917 RebuildDependentNameType(ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Id, SourceLocation IdLoc) argument
1677 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
1732 RebuildDeclRefExpr(NestedNameSpecifierLoc QualifierLoc, ValueDecl *VD, const DeclarationNameInfo &NameInfo, TemplateArgumentListInfo *TemplateArgs) argument
1846 RebuildMemberExpr(Expr *Base, SourceLocation OpLoc, bool isArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, ValueDecl *Member, NamedDecl *FoundDecl, const TemplateArgumentListInfo *ExplicitTemplateArgs, NamedDecl *FirstQualifierInScope) argument
2393 RebuildDependentScopeDeclRefExpr( NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) argument
2485 RebuildCXXDependentScopeMemberExpr(Expr *BaseE, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
2509 RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, SourceLocation OperatorLoc, bool IsArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs) argument
3454 NestedNameSpecifierLoc QualifierLoc = Input.getTemplateQualifierLoc(); local
5327 NestedNameSpecifierLoc QualifierLoc; local
5438 NestedNameSpecifierLoc QualifierLoc local
5472 NestedNameSpecifierLoc QualifierLoc; local
5486 TransformDependentTemplateSpecializationType(TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL, NestedNameSpecifierLoc QualifierLoc) argument
6502 NestedNameSpecifierLoc QualifierLoc; local
6569 NestedNameSpecifierLoc QualifierLoc; local
7255 NestedNameSpecifierLoc QualifierLoc; local
8622 NestedNameSpecifierLoc QualifierLoc = E->getQualifierLoc(); local
8722 NestedNameSpecifierLoc QualifierLoc local
8979 NestedNameSpecifierLoc QualifierLoc local
9443 NestedNameSpecifierLoc QualifierLoc; local
9522 NestedNameSpecifierLoc QualifierLoc; local
[all...]
H A DSemaTemplate.cpp3260 /// \param QualifierLoc Will be set to the nested-name-specifier (with
3271 NestedNameSpecifierLoc &QualifierLoc) {
3288 QualifierLoc = Param->getDefaultArgument().getTemplateQualifierLoc();
3289 if (QualifierLoc) {
3290 QualifierLoc =
3291 SemaRef.SubstNestedNameSpecifierLoc(QualifierLoc, TemplateArgLists);
3292 if (!QualifierLoc)
3297 QualifierLoc,
3356 NestedNameSpecifierLoc QualifierLoc; local
3362 QualifierLoc);
3265 SubstDefaultTemplateArgument(Sema &SemaRef, TemplateDecl *Template, SourceLocation TemplateLoc, SourceLocation RAngleLoc, TemplateTemplateParmDecl *Param, SmallVectorImpl<TemplateArgument> &Converted, NestedNameSpecifierLoc &QualifierLoc) argument
7897 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
8029 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.cpp745 NestedNameSpecifierLoc QualifierLoc,
986 NestedNameSpecifierLoc QualifierLoc,
1012 QualifierLoc,
2730 Sema::SubstTemplateName(NestedNameSpecifierLoc QualifierLoc, argument
2736 SS.Adopt(QualifierLoc);
984 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType T) argument
H A DSemaDeclCXX.cpp8063 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
8069 QualifierLoc,
8073 QualifierLoc, NameInfo);
8082 UsingDecl::Create(Context, CurContext, UsingLoc, QualifierLoc, NameInfo,
8142 QualifierLoc.getSourceRange());
8143 QualifierLoc = Builder.getWithLocInContext(Context);
12274 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
12277 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc,
12287 TL.setQualifierLoc(QualifierLoc);
12292 TL.setQualifierLoc(QualifierLoc);
[all...]
H A DSemaStmt.cpp3686 NestedNameSpecifierLoc QualifierLoc,
3691 QualifierLoc, NameInfo,
3684 BuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
/external/clang/tools/libclang/
H A DCIndex.cpp765 if (NestedNameSpecifierLoc QualifierLoc = DD->getQualifierLoc())
766 if (VisitNestedNameSpecifierLoc(QualifierLoc))
800 if (NestedNameSpecifierLoc QualifierLoc = ND->getQualifierLoc())
801 if (VisitNestedNameSpecifierLoc(QualifierLoc))
1146 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc())
1147 if (VisitNestedNameSpecifierLoc(QualifierLoc))
1156 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc()) {
1157 if (VisitNestedNameSpecifierLoc(QualifierLoc))
1169 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc())
1170 if (VisitNestedNameSpecifierLoc(QualifierLoc))
[all...]
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1176 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);
1610 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
2463 NestedNameSpecifierLoc QualifierLoc; local
2465 QualifierLoc = ReadNestedNameSpecifierLoc(F, Record, Idx);
2496 S = MemberExpr::Create(Context, Base, IsArrow, OperatorLoc, QualifierLoc,
H A DASTReaderDecl.cpp1240 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1248 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1272 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1280 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1289 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp2117 unsigned* QualifierLoc) {
2125 *QualifierLoc = SpecLoc.getRawEncoding();

Completed in 575 milliseconds

12