Home
last modified time | relevance | path

Searched refs:ColonColonLoc (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DNestedNameSpecifier.cpp566 SourceLocation ColonColonLoc) { in Extend() argument
573 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
579 SourceLocation ColonColonLoc) { in Extend() argument
585 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
591 SourceLocation ColonColonLoc) { in Extend() argument
597 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
603 SourceLocation ColonColonLoc) { in Extend() argument
608 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
617 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in MakeGlobal()
623 SourceLocation ColonColonLoc) { in MakeSuper() argument
[all …]
H A DExprCXX.cpp323 TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, in CXXPseudoDestructorExpr() argument
329 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DNestedNameSpecifier.h404 SourceLocation ColonColonLoc);
418 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
432 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
447 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
451 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
467 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
H A DExprCXX.h2556 SourceLocation ColonColonLoc; variable
2570 SourceLocation ColonColonLoc,
2615 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc()
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp58 Range.setEnd(ColonColonLoc); in Extend()
66 SourceLocation ColonColonLoc) { in Extend() argument
71 Range.setEnd(ColonColonLoc); in Extend()
79 SourceLocation ColonColonLoc) { in Extend() argument
84 Range.setEnd(ColonColonLoc); in Extend()
92 SourceLocation ColonColonLoc) { in Extend() argument
93 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend()
97 Range.setEnd(ColonColonLoc); in Extend()
105 Builder.MakeGlobal(Context, ColonColonLoc); in MakeGlobal()
107 Range = SourceRange(ColonColonLoc); in MakeGlobal()
[all …]
H A DSemaCXXScopeSpec.cpp293 SourceLocation ColonColonLoc, in ActOnSuperScopeSpecifier() argument
319 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in ActOnSuperScopeSpecifier()
869 SourceLocation ColonColonLoc) { in ActOnCXXNestedNameSpecifierDecltype() argument
890 ColonColonLoc); in ActOnCXXNestedNameSpecifierDecltype()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h93 SourceLocation ColonColonLoc);
107 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
121 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
136 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
140 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
156 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
H A DSema.h6760 SourceLocation ColonColonLoc, CXXScopeSpec &SS);
6784 SourceLocation ColonColonLoc, ParsedType ObjectType = ParsedType())
6786 CCLoc(ColonColonLoc) { in ObjectType()
6790 SourceLocation ColonColonLoc, QualType ObjectType) in NestedNameSpecInfo()
6792 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) { in NestedNameSpecInfo()
6844 SourceLocation ColonColonLoc);
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9008 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
9013 T->getTypeLoc(), ColonColonLoc); in readNestedNameSpecifierLoc()
9018 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
9019 Builder.MakeGlobal(Context, ColonColonLoc); in readNestedNameSpecifierLoc()
H A DASTReaderStmt.cpp1907 E->ColonColonLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()