Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DNestedNameSpecifier.cpp566 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 DExprCXX.cpp324 TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, in CXXPseudoDestructorExpr() argument
330 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
/openbsd-src/gnu/llvm/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.h2614 SourceLocation ColonColonLoc; variable
2628 SourceLocation ColonColonLoc,
2673 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp55 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 DSemaCXXScopeSpec.cpp293 SourceLocation ColonColonLoc, in ActOnSuperScopeSpecifier() argument
319 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in ActOnSuperScopeSpecifier()
869 SourceLocation ColonColonLoc) { in ActOnCXXNestedNameSpecifierDecltype() argument
890 ColonColonLoc); in ActOnCXXNestedNameSpecifierDecltype()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h94 SourceLocation ColonColonLoc);
108 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
122 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
137 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
141 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
157 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
H A DSema.h6913 SourceLocation ColonColonLoc, CXXScopeSpec &SS);
6937 SourceLocation ColonColonLoc, ParsedType ObjectType = ParsedType())
6939 CCLoc(ColonColonLoc) { in ObjectType()
6943 SourceLocation ColonColonLoc, QualType ObjectType) in NestedNameSpecInfo()
6945 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) { in NestedNameSpecInfo()
6994 SourceLocation ColonColonLoc);
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp9047 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
9052 T->getTypeLoc(), ColonColonLoc); in readNestedNameSpecifierLoc()
9057 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
9058 Builder.MakeGlobal(Context, ColonColonLoc); in readNestedNameSpecifierLoc()
H A DASTReaderStmt.cpp1919 E->ColonColonLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()