Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp565 SourceLocation ColonColonLoc) { in Extend() argument
572 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
578 SourceLocation ColonColonLoc) { in Extend() argument
584 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
590 SourceLocation ColonColonLoc) { in Extend() argument
596 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
602 SourceLocation ColonColonLoc) { in Extend() argument
607 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
616 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in MakeGlobal()
622 SourceLocation ColonColonLoc) { in MakeSuper() argument
[all …]
H A DExprCXX.cpp323 TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, in CXXPseudoDestructorExpr() argument
329 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
/freebsd-13.1/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.h2539 SourceLocation ColonColonLoc; variable
2553 SourceLocation ColonColonLoc,
2598 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp58 Range.setEnd(ColonColonLoc); in Extend()
66 SourceLocation ColonColonLoc) { in Extend() argument
71 Range.setEnd(ColonColonLoc); in Extend()
79 SourceLocation ColonColonLoc) { in Extend() argument
84 Range.setEnd(ColonColonLoc); in Extend()
92 SourceLocation ColonColonLoc) { in Extend() argument
93 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend()
97 Range.setEnd(ColonColonLoc); in Extend()
105 Builder.MakeGlobal(Context, ColonColonLoc); in MakeGlobal()
107 Range = SourceRange(ColonColonLoc); in MakeGlobal()
[all …]
H A DSemaCXXScopeSpec.cpp293 SourceLocation ColonColonLoc, in ActOnSuperScopeSpecifier() argument
319 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in ActOnSuperScopeSpecifier()
862 SourceLocation ColonColonLoc) { in ActOnCXXNestedNameSpecifierDecltype() argument
882 ColonColonLoc); in ActOnCXXNestedNameSpecifierDecltype()
/freebsd-13.1/contrib/llvm-project/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.h6470 SourceLocation ColonColonLoc, CXXScopeSpec &SS);
6494 SourceLocation ColonColonLoc, ParsedType ObjectType = ParsedType())
6496 CCLoc(ColonColonLoc) { in ObjectType()
6500 SourceLocation ColonColonLoc, QualType ObjectType) in NestedNameSpecInfo()
6502 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) { in NestedNameSpecInfo()
6555 SourceLocation ColonColonLoc);
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8960 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
8965 T->getTypeLoc(), ColonColonLoc); in readNestedNameSpecifierLoc()
8970 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
8971 Builder.MakeGlobal(Context, ColonColonLoc); in readNestedNameSpecifierLoc()
H A DASTReaderStmt.cpp1922 E->ColonColonLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()