| /freebsd-14.2/contrib/llvm-project/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 | 327 TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, in CXXPseudoDestructorExpr() argument 333 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
|
| /freebsd-14.2/contrib/llvm-project/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 | 2623 SourceLocation ColonColonLoc; variable 2637 SourceLocation ColonColonLoc, 2682 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 59 Range.setEnd(ColonColonLoc); in Extend() 67 SourceLocation ColonColonLoc) { in Extend() argument 72 Range.setEnd(ColonColonLoc); in Extend() 80 SourceLocation ColonColonLoc) { in Extend() argument 85 Range.setEnd(ColonColonLoc); in Extend() 93 SourceLocation ColonColonLoc) { in Extend() argument 94 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend() 98 Range.setEnd(ColonColonLoc); in Extend() 106 Builder.MakeGlobal(Context, ColonColonLoc); in MakeGlobal() 108 Range = SourceRange(ColonColonLoc); in MakeGlobal() [all …]
|
| H A D | SemaCXXScopeSpec.cpp | 312 SourceLocation ColonColonLoc, in ActOnSuperScopeSpecifier() argument 340 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in ActOnSuperScopeSpecifier() 845 SourceLocation ColonColonLoc) { in ActOnCXXNestedNameSpecifierDecltype() argument 866 ColonColonLoc); in ActOnCXXNestedNameSpecifierDecltype()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 110 SourceLocation ColonColonLoc); 124 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc); 138 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc); 153 SourceLocation AliasLoc, SourceLocation ColonColonLoc); 157 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc); 173 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
|
| H A D | Sema.h | 7065 SourceLocation ColonColonLoc, CXXScopeSpec &SS); 7089 SourceLocation ColonColonLoc, ParsedType ObjectType = ParsedType()) 7091 CCLoc(ColonColonLoc) { in ObjectType() 7095 SourceLocation ColonColonLoc, QualType ObjectType) in NestedNameSpecInfo() 7097 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) { in NestedNameSpecInfo() 7143 SourceLocation ColonColonLoc);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9281 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local 9286 T->getTypeLoc(), ColonColonLoc); in readNestedNameSpecifierLoc() 9291 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local 9292 Builder.MakeGlobal(Context, ColonColonLoc); in readNestedNameSpecifierLoc()
|
| H A D | ASTReaderStmt.cpp | 1950 E->ColonColonLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()
|