| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 566 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 D | ExprCXX.cpp | 323 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 D | NestedNameSpecifier.h | 404 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 D | ExprCXX.h | 2556 SourceLocation ColonColonLoc; variable 2570 SourceLocation ColonColonLoc, 2615 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 58 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 D | SemaCXXScopeSpec.cpp | 293 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 D | DeclSpec.h | 93 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 D | Sema.h | 6760 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 D | ASTReader.cpp | 9008 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 D | ASTReaderStmt.cpp | 1907 E->ColonColonLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()
|