| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 575 SourceLocation ColonColonLoc) { in Extend() argument 582 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 588 SourceLocation ColonColonLoc) { in Extend() argument 594 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 600 SourceLocation ColonColonLoc) { in Extend() argument 606 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 612 SourceLocation ColonColonLoc) { in Extend() argument 617 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 626 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in MakeGlobal() 632 SourceLocation ColonColonLoc) { in MakeSuper() argument [all …]
|
| H A D | ExprCXX.cpp | 258 SourceLocation ColonColonLoc, SourceLocation TildeLoc, in CXXPseudoDestructorExpr() argument 287 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 398 SourceLocation ColonColonLoc); 412 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc); 426 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc); 441 SourceLocation AliasLoc, SourceLocation ColonColonLoc); 445 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc); 461 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
|
| H A D | ExprCXX.h | 2308 SourceLocation ColonColonLoc; variable 2322 SourceLocation ColonColonLoc, 2367 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 52 Range.setEnd(ColonColonLoc); in Extend() 60 SourceLocation ColonColonLoc) { in Extend() argument 65 Range.setEnd(ColonColonLoc); in Extend() 73 SourceLocation ColonColonLoc) { in Extend() argument 78 Range.setEnd(ColonColonLoc); in Extend() 86 SourceLocation ColonColonLoc) { in Extend() argument 87 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend() 91 Range.setEnd(ColonColonLoc); in Extend() 99 Builder.MakeGlobal(Context, ColonColonLoc); in MakeGlobal() 101 Range = SourceRange(ColonColonLoc); in MakeGlobal() [all …]
|
| H A D | SemaCXXScopeSpec.cpp | 280 SourceLocation ColonColonLoc, in ActOnSuperScopeSpecifier() argument 306 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in ActOnSuperScopeSpecifier() 844 SourceLocation ColonColonLoc) { in ActOnCXXNestedNameSpecifierDecltype() argument 864 ColonColonLoc); in ActOnCXXNestedNameSpecifierDecltype()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 92 SourceLocation ColonColonLoc); 106 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc); 120 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc); 135 SourceLocation AliasLoc, SourceLocation ColonColonLoc); 139 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc); 155 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
|
| H A D | Sema.h | 5386 SourceLocation ColonColonLoc, CXXScopeSpec &SS); 5410 SourceLocation ColonColonLoc, ParsedType ObjectType = ParsedType()) 5412 CCLoc(ColonColonLoc) { in ObjectType() 5416 SourceLocation ColonColonLoc, QualType ObjectType) in NestedNameSpecInfo() 5418 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) { in NestedNameSpecInfo() 5471 SourceLocation ColonColonLoc);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9025 SourceLocation ColonColonLoc = ReadSourceLocation(F, Record, Idx); in ReadNestedNameSpecifierLoc() local 9030 T->getTypeLoc(), ColonColonLoc); in ReadNestedNameSpecifierLoc() 9035 SourceLocation ColonColonLoc = ReadSourceLocation(F, Record, Idx); in ReadNestedNameSpecifierLoc() local 9036 Builder.MakeGlobal(Context, ColonColonLoc); in ReadNestedNameSpecifierLoc()
|
| H A D | ASTReaderStmt.cpp | 1564 E->ColonColonLoc = ReadSourceLocation(); in VisitCXXPseudoDestructorExpr()
|