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

12

/external/clang/lib/AST/
H A DExprCXX.cpp239 NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType,
253 (QualifierLoc &&
254 QualifierLoc.getNestedNameSpecifier()->isInstantiationDependent()) ||
262 (QualifierLoc &&
263 QualifierLoc.getNestedNameSpecifier()
271 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc),
293 NestedNameSpecifierLoc QualifierLoc,
305 return new (Mem) UnresolvedLookupExpr(C, NamingClass, QualifierLoc,
326 NestedNameSpecifierLoc QualifierLoc,
237 CXXPseudoDestructorExpr(const ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
291 Create(const ASTContext &C, CXXRecordDecl *NamingClass, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, bool ADL, const TemplateArgumentListInfo *Args, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
325 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
420 DependentScopeDeclRefExpr(QualType T, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *Args) argument
453 Create(const ASTContext &C, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *Args) argument
1184 CXXDependentScopeMemberExpr(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1221 CXXDependentScopeMemberExpr(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo) argument
1242 Create(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1317 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
1355 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.cpp1911 NestedNameSpecifierLoc QualifierLoc,
1917 return new (C, DC) UsingDirectiveDecl(DC, L, NamespaceLoc, QualifierLoc,
1977 NestedNameSpecifierLoc QualifierLoc,
1983 QualifierLoc, IdentLoc, Namespace);
2044 NestedNameSpecifierLoc QualifierLoc,
2047 return new (C, DC) UsingDecl(DC, UL, QualifierLoc, NameInfo, HasTypename);
2067 NestedNameSpecifierLoc QualifierLoc,
2070 QualifierLoc, NameInfo);
2093 NestedNameSpecifierLoc QualifierLoc,
2097 DC, UsingLoc, TypenameLoc, QualifierLoc, TargetNameLo
1908 Create(ASTContext &C, DeclContext *DC, SourceLocation L, SourceLocation NamespaceLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Used, DeclContext *CommonAncestor) argument
1973 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
2043 Create(ASTContext &C, DeclContext *DC, SourceLocation UL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, bool HasTypename) argument
2065 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
2090 Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, DeclarationName TargetName) argument
[all...]
H A DExpr.cpp341 NestedNameSpecifierLoc QualifierLoc,
350 DeclRefExprBits.HasQualifier = QualifierLoc ? 1 : 0;
351 if (QualifierLoc)
352 getInternalQualifierLoc() = QualifierLoc;
378 NestedNameSpecifierLoc QualifierLoc,
387 return Create(Context, QualifierLoc, TemplateKWLoc, D,
394 NestedNameSpecifierLoc QualifierLoc,
408 if (QualifierLoc)
418 return new (Mem) DeclRefExpr(Context, QualifierLoc, TemplateKWLoc, D,
1326 NestedNameSpecifierLoc QualifierLoc,
340 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
377 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingLocal, SourceLocation NameLoc, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
393 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
1325 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 DStmtPrinter.cpp705 NestedNameSpecifier *QualifierLoc = local
709 if (QualifierLoc == nullptr && OOK != OO_None) {
714 if (QualifierLoc != nullptr)
715 QualifierLoc->print(OS, Policy);
H A DDecl.cpp1543 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { argument
1544 if (QualifierLoc) {
1555 getExtInfo()->QualifierLoc = QualifierLoc;
1568 getExtInfo()->QualifierLoc = QualifierLoc;
3374 void TagDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { argument
3375 if (QualifierLoc) {
3380 getExtInfo()->QualifierLoc = QualifierLoc;
[all...]
H A DStmt.cpp1314 NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) {
1319 StartLoc, LParenLoc, EndLoc, ColonLoc, VL.size(), QualifierLoc, NameInfo);
1311 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) 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.h2545 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UsingDirectiveDecl
2564 NestedNameSpecifierLoc QualifierLoc,
2569 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc),
2575 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
2580 return QualifierLoc.getNestedNameSpecifier();
2613 NestedNameSpecifierLoc QualifierLoc,
2651 NestedNameSpecifierLoc QualifierLoc; member in class:clang::NamespaceAliasDecl
2659 NestedNameSpecifierLoc QualifierLoc,
2663 QualifierLoc(QualifierLo
2562 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
2657 NamespaceAliasDecl(DeclContext *DC, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
2834 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UsingDecl
2847 UsingDecl(DeclContext *DC, SourceLocation UL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, bool HasTypenameKeyword) argument
2976 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UnresolvedUsingValueDecl
2982 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
3050 NestedNameSpecifierLoc QualifierLoc; member in class:clang::UnresolvedUsingTypenameDecl
3052 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, IdentifierInfo *TargetName) argument
[all...]
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; }
1909 NestedNameSpecifierLoc QualifierLoc;
1931 NestedNameSpecifierLoc QualifierLoc,
1939 Base(nullptr), IsArrow(false), QualifierLoc(), ScopeType(nullptr) { }
1946 bool hasQualifier() const { return QualifierLoc.hasQualifier(); }
1950 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
[all...]
H A DTemplateBase.h384 TemplateArgumentLocInfo(NestedNameSpecifierLoc QualifierLoc, argument
388 Template.Qualifier = QualifierLoc.getNestedNameSpecifier();
389 Template.QualifierLocData = QualifierLoc.getOpaqueData();
441 NestedNameSpecifierLoc QualifierLoc,
444 : Argument(Argument), LocInfo(QualifierLoc, TemplateNameLoc, EllipsisLoc) {
440 TemplateArgumentLoc(const TemplateArgument &Argument, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateNameLoc, SourceLocation EllipsisLoc = SourceLocation()) argument
H A DOpenMPClause.h913 NestedNameSpecifierLoc QualifierLoc; member in class:clang::OMPReductionClause
924 /// \param QualifierLoc The nested-name qualifier with location information
929 NestedNameSpecifierLoc QualifierLoc,
933 ColonLoc(ColonLoc), QualifierLoc(QualifierLoc), NameInfo(NameInfo) {}
943 ColonLoc(), QualifierLoc(), NameInfo() {}
950 void setQualifierLoc(NestedNameSpecifierLoc NSL) { QualifierLoc = NSL; }
960 /// \param QualifierLoc The nested-name qualifier with location information
966 NestedNameSpecifierLoc QualifierLoc,
980 NestedNameSpecifierLoc getQualifierLoc() const { return QualifierLoc; }
927 OMPReductionClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc, unsigned N, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo) argument
[all...]
H A DTypeLoc.h1655 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1656 assert(QualifierLoc.getNestedNameSpecifier()
1659 getLocalData()->QualifierData = QualifierLoc.getOpaqueData();
1713 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1714 assert(QualifierLoc.getNestedNameSpecifier()
1717 getLocalData()->QualifierData = QualifierLoc.getOpaqueData();
1771 void setQualifierLoc(NestedNameSpecifierLoc QualifierLoc) {
1772 if (!QualifierLoc) {
1781 assert(QualifierLoc.getNestedNameSpecifier()
1784 getLocalData()->QualifierData = QualifierLoc
[all...]
H A DDecl.h494 NestedNameSpecifierLoc QualifierLoc; member in struct:clang::QualifierInfo
511 : QualifierLoc(), NumTemplParamLists(0), TemplParamLists(nullptr) {}
581 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
589 return hasExtInfo() ? getExtInfo()->QualifierLoc
593 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
2768 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
2776 return hasExtInfo() ? getExtInfo()->QualifierLoc
2780 void setQualifierInfo(NestedNameSpecifierLoc QualifierLoc);
H A DExpr.h934 NestedNameSpecifierLoc QualifierLoc,
965 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc,
972 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc,
2305 NestedNameSpecifierLoc QualifierLoc; member in struct:clang::StringLiteral::OffsetOfExpr::MemberExpr::MemberNameQualifier
2393 NestedNameSpecifierLoc QualifierLoc,
2430 return getMemberQualifier()->QualifierLoc.getNestedNameSpecifier();
2440 return getMemberQualifier()->QualifierLoc;
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp815 NestedNameSpecifierLoc QualifierLoc = Pattern->getQualifierLoc(); local
816 if (QualifierLoc) {
817 QualifierLoc = SemaRef.SubstNestedNameSpecifierLoc(QualifierLoc,
819 if (!QualifierLoc)
841 if (QualifierLoc) {
843 SS.Adopt(QualifierLoc);
864 if (!PrevClassTemplate && QualifierLoc) {
867 << QualifierLoc.getSourceRange();
924 if (QualifierLoc)
1258 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); local
1548 NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc(); local
2081 NestedNameSpecifierLoc QualifierLoc = local
2134 NestedNameSpecifierLoc QualifierLoc local
2228 NestedNameSpecifierLoc QualifierLoc local
2253 NestedNameSpecifierLoc QualifierLoc local
[all...]
H A DTreeTransform.h566 NestedNameSpecifierLoc QualifierLoc);
835 NestedNameSpecifierLoc QualifierLoc,
838 QualifierLoc.getNestedNameSpecifier(),
849 NestedNameSpecifierLoc QualifierLoc,
856 SS.Adopt(QualifierLoc);
867 QualifierLoc.getNestedNameSpecifier(),
877 if (Keyword == ETK_None && QualifierLoc.getNestedNameSpecifier() == nullptr)
881 QualifierLoc.getNestedNameSpecifier(),
892 NestedNameSpecifierLoc QualifierLoc,
896 SS.Adopt(QualifierLoc);
833 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType Named) argument
847 RebuildDependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Name, SourceLocation NameLoc, TemplateArgumentListInfo &Args) argument
890 RebuildDependentNameType(ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo *Id, SourceLocation IdLoc) argument
1627 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
1673 RebuildDeclRefExpr(NestedNameSpecifierLoc QualifierLoc, ValueDecl *VD, const DeclarationNameInfo &NameInfo, TemplateArgumentListInfo *TemplateArgs) argument
1787 RebuildMemberExpr(Expr *Base, SourceLocation OpLoc, bool isArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, ValueDecl *Member, NamedDecl *FoundDecl, const TemplateArgumentListInfo *ExplicitTemplateArgs, NamedDecl *FirstQualifierInScope) argument
2336 RebuildDependentScopeDeclRefExpr( NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, bool IsAddressOfOperand, TypeSourceInfo **RecoveryTSI) argument
2426 RebuildCXXDependentScopeMemberExpr(Expr *BaseE, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
2450 RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, SourceLocation OperatorLoc, bool IsArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs) argument
3329 NestedNameSpecifierLoc QualifierLoc = Input.getTemplateQualifierLoc(); local
5090 NestedNameSpecifierLoc QualifierLoc; local
5201 NestedNameSpecifierLoc QualifierLoc local
5235 NestedNameSpecifierLoc QualifierLoc; local
5249 TransformDependentTemplateSpecializationType(TypeLocBuilder &TLB, DependentTemplateSpecializationTypeLoc TL, NestedNameSpecifierLoc QualifierLoc) argument
6240 NestedNameSpecifierLoc QualifierLoc; local
6307 NestedNameSpecifierLoc QualifierLoc; local
6756 NestedNameSpecifierLoc QualifierLoc; local
8114 NestedNameSpecifierLoc QualifierLoc = E->getQualifierLoc(); local
8214 NestedNameSpecifierLoc QualifierLoc local
8471 NestedNameSpecifierLoc QualifierLoc local
8973 NestedNameSpecifierLoc QualifierLoc; local
9052 NestedNameSpecifierLoc QualifierLoc; local
[all...]
H A DSemaTemplate.cpp3242 /// \param QualifierLoc Will be set to the nested-name-specifier (with
3253 NestedNameSpecifierLoc &QualifierLoc) {
3270 QualifierLoc = Param->getDefaultArgument().getTemplateQualifierLoc();
3271 if (QualifierLoc) {
3272 QualifierLoc =
3273 SemaRef.SubstNestedNameSpecifierLoc(QualifierLoc, TemplateArgLists);
3274 if (!QualifierLoc)
3279 QualifierLoc,
3338 NestedNameSpecifierLoc QualifierLoc; local
3344 QualifierLoc);
3247 SubstDefaultTemplateArgument(Sema &SemaRef, TemplateDecl *Template, SourceLocation TemplateLoc, SourceLocation RAngleLoc, TemplateTemplateParmDecl *Param, SmallVectorImpl<TemplateArgument> &Converted, NestedNameSpecifierLoc &QualifierLoc) argument
7735 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
7867 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.cpp761 NestedNameSpecifierLoc QualifierLoc,
994 NestedNameSpecifierLoc QualifierLoc,
1020 QualifierLoc,
2633 Sema::SubstTemplateName(NestedNameSpecifierLoc QualifierLoc, argument
2639 SS.Adopt(QualifierLoc);
992 RebuildElaboratedType(SourceLocation KeywordLoc, ElaboratedTypeKeyword Keyword, NestedNameSpecifierLoc QualifierLoc, QualType T) argument
H A DSemaDeclCXX.cpp7624 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
7630 QualifierLoc,
7634 QualifierLoc, NameInfo);
7643 UsingDecl::Create(Context, CurContext, UsingLoc, QualifierLoc, NameInfo,
7706 QualifierLoc.getSourceRange());
7707 QualifierLoc = Builder.getWithLocInContext(Context);
11672 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); local
11675 QualType T = CheckTypenameType(Keyword, TagLoc, QualifierLoc,
11685 TL.setQualifierLoc(QualifierLoc);
11690 TL.setQualifierLoc(QualifierLoc);
[all...]
H A DSemaStmt.cpp3293 NestedNameSpecifierLoc QualifierLoc,
3298 QualifierLoc, NameInfo,
3291 BuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
/external/clang/tools/libclang/
H A DCIndex.cpp762 if (NestedNameSpecifierLoc QualifierLoc = DD->getQualifierLoc())
763 if (VisitNestedNameSpecifierLoc(QualifierLoc))
797 if (NestedNameSpecifierLoc QualifierLoc = ND->getQualifierLoc())
798 if (VisitNestedNameSpecifierLoc(QualifierLoc))
1143 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc())
1144 if (VisitNestedNameSpecifierLoc(QualifierLoc))
1153 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc()) {
1154 if (VisitNestedNameSpecifierLoc(QualifierLoc))
1166 if (NestedNameSpecifierLoc QualifierLoc = D->getQualifierLoc())
1167 if (VisitNestedNameSpecifierLoc(QualifierLoc))
[all...]
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1175 S->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1385 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1420 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1433 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1466 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1594 E->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
2202 NestedNameSpecifierLoc QualifierLoc; local
2204 QualifierLoc = ReadNestedNameSpecifierLoc(F, Record, Idx);
2234 S = MemberExpr::Create(Context, Base, IsArrow, QualifierLoc,
H A DASTReaderDecl.cpp1157 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1164 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1187 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1195 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
1203 D->QualifierLoc = Reader.ReadNestedNameSpecifierLoc(F, Record, Idx);
H A DASTReader.cpp5906 NestedNameSpecifierLoc QualifierLoc = ReadNestedNameSpecifierLoc(F, Record,
5909 return TemplateArgumentLocInfo(QualifierLoc, TemplateNameLoc,
5913 NestedNameSpecifierLoc QualifierLoc = ReadNestedNameSpecifierLoc(F, Record,
5917 return TemplateArgumentLocInfo(QualifierLoc, TemplateNameLoc,
7501 Info.QualifierLoc = ReadNestedNameSpecifierLoc(F, Record, Idx);

Completed in 1754 milliseconds

12