| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 564 SourceLocation ColonColonLoc) { in Extend() argument 571 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 577 SourceLocation ColonColonLoc) { in Extend() argument 583 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 589 SourceLocation ColonColonLoc) { in Extend() argument 595 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 601 SourceLocation ColonColonLoc) { in Extend() argument 606 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend() 610 SourceLocation ColonColonLoc) { in MakeGlobal() argument 615 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in MakeGlobal() [all …]
|
| H A D | ExprCXX.cpp | 322 TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, in CXXPseudoDestructorExpr() argument 328 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 2539 SourceLocation ColonColonLoc; variable 2553 SourceLocation ColonColonLoc, 2598 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 54 TypeLoc TL, SourceLocation ColonColonLoc) { in Extend() argument 55 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); in Extend() 58 Range.setEnd(ColonColonLoc); in Extend() 66 SourceLocation ColonColonLoc) { in Extend() argument 67 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend() 71 Range.setEnd(ColonColonLoc); in Extend() 79 SourceLocation ColonColonLoc) { in Extend() argument 80 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend() 84 Range.setEnd(ColonColonLoc); in Extend() 92 SourceLocation ColonColonLoc) { in Extend() argument [all …]
|
| H A D | 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 93 SourceLocation ColonColonLoc); 107 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc); 121 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc); 136 SourceLocation AliasLoc, SourceLocation ColonColonLoc); 140 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc); 156 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
|
| H A D | Sema.h | 6400 SourceLocation ColonColonLoc, CXXScopeSpec &SS); 6424 SourceLocation ColonColonLoc, ParsedType ObjectType = ParsedType()) 6426 CCLoc(ColonColonLoc) { in ObjectType() 6430 SourceLocation ColonColonLoc, QualType ObjectType) in NestedNameSpecInfo() 6432 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) { in NestedNameSpecInfo() 6485 SourceLocation ColonColonLoc);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 8931 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local 8936 T->getTypeLoc(), ColonColonLoc); in readNestedNameSpecifierLoc() 8941 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local 8942 Builder.MakeGlobal(Context, ColonColonLoc); in readNestedNameSpecifierLoc()
|
| H A D | ASTReaderStmt.cpp | 1912 E->ColonColonLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()
|