| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 550 SourceLocation ColonColonLoc) { in Extend() argument 556 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 562 SourceLocation ColonColonLoc) { in Extend() argument 568 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 574 SourceLocation ColonColonLoc) { in Extend() argument 580 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 586 SourceLocation ColonColonLoc) { in Extend() argument 591 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 595 SourceLocation ColonColonLoc) { in MakeGlobal() argument 600 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 | 406 void Extend(ASTContext &Context, TypeLoc TL, SourceLocation ColonColonLoc); 420 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc); 434 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc); 449 SourceLocation AliasLoc, SourceLocation ColonColonLoc); 453 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc); 469 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
|
| H A D | ExprCXX.h | 2748 SourceLocation ColonColonLoc; variable 2762 SourceLocation ColonColonLoc, 2807 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 52 SourceLocation ColonColonLoc) { in Extend() argument 53 Builder.Extend(Context, TL, ColonColonLoc); in Extend() 56 Range.setEnd(ColonColonLoc); in Extend() 64 SourceLocation ColonColonLoc) { in Extend() argument 65 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend() 69 Range.setEnd(ColonColonLoc); in Extend() 77 SourceLocation ColonColonLoc) { in Extend() argument 78 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend() 82 Range.setEnd(ColonColonLoc); in Extend() 90 SourceLocation ColonColonLoc) { in Extend() argument [all …]
|
| H A D | SemaCXXScopeSpec.cpp | 282 SourceLocation ColonColonLoc, in ActOnSuperScopeSpecifier() argument 310 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in ActOnSuperScopeSpecifier() 782 SourceLocation ColonColonLoc) { in ActOnCXXNestedNameSpecifierDecltype() argument 802 SS.Extend(Context, TLB.getTypeLocInContext(Context, T), ColonColonLoc); in ActOnCXXNestedNameSpecifierDecltype() 808 SourceLocation ColonColonLoc, in ActOnCXXNestedNameSpecifierIndexedPack() argument 824 SS.Extend(Context, TLB.getTypeLocInContext(Context, Type), ColonColonLoc); in ActOnCXXNestedNameSpecifierIndexedPack()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 110 void Extend(ASTContext &Context, TypeLoc TL, 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 | 3244 SourceLocation ColonColonLoc, CXXScopeSpec &SS); 3278 SourceLocation ColonColonLoc, 3281 CCLoc(ColonColonLoc) {} in ObjectType() 3284 SourceLocation ColonColonLoc, QualType ObjectType) in NestedNameSpecInfo() 3286 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) {} in NestedNameSpecInfo() 3384 SourceLocation ColonColonLoc); 3388 SourceLocation ColonColonLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10011 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local 10012 Builder.Extend(Context, T->getTypeLoc(), ColonColonLoc); in readNestedNameSpecifierLoc() 10017 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local 10018 Builder.MakeGlobal(Context, ColonColonLoc); in readNestedNameSpecifierLoc()
|
| H A D | ASTReaderStmt.cpp | 1978 E->ColonColonLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()
|