Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
617 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in MakeGlobal()
623 SourceLocation ColonColonLoc) { in MakeSuper() argument
[all …]
H A DExprCXX.cpp327 TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, in CXXPseudoDestructorExpr() argument
333 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
/freebsd-14.2/contrib/llvm-project/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.h2623 SourceLocation ColonColonLoc; variable
2637 SourceLocation ColonColonLoc,
2682 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp59 Range.setEnd(ColonColonLoc); in Extend()
67 SourceLocation ColonColonLoc) { in Extend() argument
72 Range.setEnd(ColonColonLoc); in Extend()
80 SourceLocation ColonColonLoc) { in Extend() argument
85 Range.setEnd(ColonColonLoc); in Extend()
93 SourceLocation ColonColonLoc) { in Extend() argument
94 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend()
98 Range.setEnd(ColonColonLoc); in Extend()
106 Builder.MakeGlobal(Context, ColonColonLoc); in MakeGlobal()
108 Range = SourceRange(ColonColonLoc); in MakeGlobal()
[all …]
H A DSemaCXXScopeSpec.cpp312 SourceLocation ColonColonLoc, in ActOnSuperScopeSpecifier() argument
340 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in ActOnSuperScopeSpecifier()
845 SourceLocation ColonColonLoc) { in ActOnCXXNestedNameSpecifierDecltype() argument
866 ColonColonLoc); in ActOnCXXNestedNameSpecifierDecltype()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h110 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 DSema.h7065 SourceLocation ColonColonLoc, CXXScopeSpec &SS);
7089 SourceLocation ColonColonLoc, ParsedType ObjectType = ParsedType())
7091 CCLoc(ColonColonLoc) { in ObjectType()
7095 SourceLocation ColonColonLoc, QualType ObjectType) in NestedNameSpecInfo()
7097 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) { in NestedNameSpecInfo()
7143 SourceLocation ColonColonLoc);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9281 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
9286 T->getTypeLoc(), ColonColonLoc); in readNestedNameSpecifierLoc()
9291 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
9292 Builder.MakeGlobal(Context, ColonColonLoc); in readNestedNameSpecifierLoc()
H A DASTReaderStmt.cpp1950 E->ColonColonLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()