Home
last modified time | relevance | path

Searched refs:ColonColonLoc (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp564 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 DExprCXX.cpp322 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 DNestedNameSpecifier.h404 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 DExprCXX.h2539 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 DDeclSpec.cpp54 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 DSemaCXXScopeSpec.cpp279 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 DDeclSpec.h93 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 DSema.h6400 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 DASTReader.cpp8931 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 DASTReaderStmt.cpp1912 E->ColonColonLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()