Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DNestedNameSpecifier.cpp575 SourceLocation ColonColonLoc) { in Extend() argument
582 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
588 SourceLocation ColonColonLoc) { in Extend() argument
594 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
600 SourceLocation ColonColonLoc) { in Extend() argument
606 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
612 SourceLocation ColonColonLoc) { in Extend() argument
617 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
626 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in MakeGlobal()
632 SourceLocation ColonColonLoc) { in MakeSuper() argument
[all …]
H A DExprCXX.cpp258 SourceLocation ColonColonLoc, SourceLocation TildeLoc, in CXXPseudoDestructorExpr() argument
287 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DNestedNameSpecifier.h398 SourceLocation ColonColonLoc);
412 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
426 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
441 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
445 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
461 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
H A DExprCXX.h2308 SourceLocation ColonColonLoc; variable
2322 SourceLocation ColonColonLoc,
2367 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp52 Range.setEnd(ColonColonLoc); in Extend()
60 SourceLocation ColonColonLoc) { in Extend() argument
65 Range.setEnd(ColonColonLoc); in Extend()
73 SourceLocation ColonColonLoc) { in Extend() argument
78 Range.setEnd(ColonColonLoc); in Extend()
86 SourceLocation ColonColonLoc) { in Extend() argument
87 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend()
91 Range.setEnd(ColonColonLoc); in Extend()
99 Builder.MakeGlobal(Context, ColonColonLoc); in MakeGlobal()
101 Range = SourceRange(ColonColonLoc); in MakeGlobal()
[all …]
H A DSemaCXXScopeSpec.cpp280 SourceLocation ColonColonLoc, in ActOnSuperScopeSpecifier() argument
306 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc); in ActOnSuperScopeSpecifier()
844 SourceLocation ColonColonLoc) { in ActOnCXXNestedNameSpecifierDecltype() argument
864 ColonColonLoc); in ActOnCXXNestedNameSpecifierDecltype()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h92 SourceLocation ColonColonLoc);
106 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
120 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
135 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
139 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
155 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
H A DSema.h5386 SourceLocation ColonColonLoc, CXXScopeSpec &SS);
5410 SourceLocation ColonColonLoc, ParsedType ObjectType = ParsedType())
5412 CCLoc(ColonColonLoc) { in ObjectType()
5416 SourceLocation ColonColonLoc, QualType ObjectType) in NestedNameSpecInfo()
5418 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) { in NestedNameSpecInfo()
5471 SourceLocation ColonColonLoc);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp9025 SourceLocation ColonColonLoc = ReadSourceLocation(F, Record, Idx); in ReadNestedNameSpecifierLoc() local
9030 T->getTypeLoc(), ColonColonLoc); in ReadNestedNameSpecifierLoc()
9035 SourceLocation ColonColonLoc = ReadSourceLocation(F, Record, Idx); in ReadNestedNameSpecifierLoc() local
9036 Builder.MakeGlobal(Context, ColonColonLoc); in ReadNestedNameSpecifierLoc()
H A DASTReaderStmt.cpp1564 E->ColonColonLoc = ReadSourceLocation(); in VisitCXXPseudoDestructorExpr()