/freebsd/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() 612 SourceLocation ColonColonLoc) { in MakeGlobal() argument 617 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in MakeGlobal() [all …]
|
H A D | ExprCXX.cpp | 374 TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, in CXXPseudoDestructorExpr() argument 380 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
|
/freebsd/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 | 2639 SourceLocation ColonColonLoc; variable 2653 SourceLocation ColonColonLoc, 2698 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 55 TypeLoc TL, SourceLocation ColonColonLoc) { in Extend() argument 56 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); in Extend() 59 Range.setEnd(ColonColonLoc); in Extend() 67 SourceLocation ColonColonLoc) { in Extend() argument 68 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend() 72 Range.setEnd(ColonColonLoc); in Extend() 80 SourceLocation ColonColonLoc) { in Extend() argument 81 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend() 85 Range.setEnd(ColonColonLoc); in Extend() 93 SourceLocation ColonColonLoc) { in Extend() argument [all …]
|
H A D | SemaCXXScopeSpec.cpp | 287 SourceLocation ColonColonLoc, in ActOnSuperScopeSpecifier() argument 315 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in ActOnSuperScopeSpecifier() 788 SourceLocation ColonColonLoc) { in ActOnCXXNestedNameSpecifierDecltype() argument 809 ColonColonLoc); in ActOnCXXNestedNameSpecifierDecltype() 815 SourceLocation ColonColonLoc, in ActOnCXXNestedNameSpecifierIndexedPack() argument 832 ColonColonLoc); in ActOnCXXNestedNameSpecifierIndexedPack()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 111 SourceLocation ColonColonLoc); 125 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc); 139 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc); 154 SourceLocation AliasLoc, SourceLocation ColonColonLoc); 158 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc); 174 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
|
H A D | Sema.h | 2792 SourceLocation ColonColonLoc, CXXScopeSpec &SS); 2826 SourceLocation ColonColonLoc, 2829 CCLoc(ColonColonLoc) {} in ObjectType() 2832 SourceLocation ColonColonLoc, QualType ObjectType) in NestedNameSpecInfo() 2834 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) {} in NestedNameSpecInfo() 2932 SourceLocation ColonColonLoc); 2936 SourceLocation ColonColonLoc,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 9395 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local 9400 T->getTypeLoc(), ColonColonLoc); in readNestedNameSpecifierLoc() 9405 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local 9406 Builder.MakeGlobal(Context, ColonColonLoc); in readNestedNameSpecifierLoc()
|
H A D | ASTReaderStmt.cpp | 1958 E->ColonColonLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()
|