| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | NestedNameSpecifier.h | 397 SourceLocation ColonColonLoc); 411 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc); 425 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc); 440 SourceLocation AliasLoc, SourceLocation ColonColonLoc); 444 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc); 460 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
|
| HD | ExprCXX.h | 2501 SourceLocation ColonColonLoc; variable 2515 SourceLocation ColonColonLoc, 2560 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | NestedNameSpecifier.cpp | 574 SourceLocation ColonColonLoc) { in Extend() argument 581 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 587 SourceLocation ColonColonLoc) { in Extend() argument 593 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 599 SourceLocation ColonColonLoc) { in Extend() argument 605 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 611 SourceLocation ColonColonLoc) { in Extend() argument 616 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 620 SourceLocation ColonColonLoc) { in MakeGlobal() argument 625 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in MakeGlobal() [all …]
|
| HD | ExprCXX.cpp | 337 SourceLocation ColonColonLoc, SourceLocation TildeLoc, in CXXPseudoDestructorExpr() argument 366 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | DeclSpec.cpp | 47 TypeLoc TL, SourceLocation ColonColonLoc) { in Extend() argument 48 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); in Extend() 51 Range.setEnd(ColonColonLoc); in Extend() 59 SourceLocation ColonColonLoc) { in Extend() argument 60 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend() 64 Range.setEnd(ColonColonLoc); in Extend() 72 SourceLocation ColonColonLoc) { in Extend() argument 73 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend() 77 Range.setEnd(ColonColonLoc); in Extend() 85 SourceLocation ColonColonLoc) { in Extend() argument [all …]
|
| HD | SemaCXXScopeSpec.cpp | 279 SourceLocation ColonColonLoc, in ActOnSuperScopeSpecifier() argument 305 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in ActOnSuperScopeSpecifier() 848 SourceLocation ColonColonLoc) { in ActOnCXXNestedNameSpecifierDecltype() argument 868 ColonColonLoc); in ActOnCXXNestedNameSpecifierDecltype()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | 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);
|
| HD | Sema.h | 5917 SourceLocation ColonColonLoc, CXXScopeSpec &SS); 5941 SourceLocation ColonColonLoc, ParsedType ObjectType = ParsedType()) 5943 CCLoc(ColonColonLoc) { in ObjectType() 5947 SourceLocation ColonColonLoc, QualType ObjectType) in NestedNameSpecInfo() 5949 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) { in NestedNameSpecInfo() 6002 SourceLocation ColonColonLoc);
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 8783 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local 8788 T->getTypeLoc(), ColonColonLoc); in readNestedNameSpecifierLoc() 8793 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local 8794 Builder.MakeGlobal(Context, ColonColonLoc); in readNestedNameSpecifierLoc()
|
| HD | ASTReaderStmt.cpp | 1794 E->ColonColonLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()
|