Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDNestedNameSpecifier.h397 SourceLocation ColonColonLoc);
411 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
425 SourceLocation NamespaceLoc, SourceLocation ColonColonLoc);
440 SourceLocation AliasLoc, SourceLocation ColonColonLoc);
444 void MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc);
460 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
HDExprCXX.h2501 SourceLocation ColonColonLoc; variable
2515 SourceLocation ColonColonLoc,
2560 SourceLocation getColonColonLoc() const { return ColonColonLoc; } in getColonColonLoc()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDNestedNameSpecifier.cpp574 SourceLocation ColonColonLoc) { in Extend() argument
581 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
587 SourceLocation ColonColonLoc) { in Extend() argument
593 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
599 SourceLocation ColonColonLoc) { in Extend() argument
605 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
611 SourceLocation ColonColonLoc) { in Extend() argument
616 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in Extend()
620 SourceLocation ColonColonLoc) { in MakeGlobal() argument
625 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity); in MakeGlobal()
[all …]
HDExprCXX.cpp337 SourceLocation ColonColonLoc, SourceLocation TildeLoc, in CXXPseudoDestructorExpr() argument
366 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc), in CXXPseudoDestructorExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp47 TypeLoc TL, SourceLocation ColonColonLoc) { in Extend() argument
48 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); in Extend()
51 Range.setEnd(ColonColonLoc); in Extend()
59 SourceLocation ColonColonLoc) { in Extend() argument
60 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend()
64 Range.setEnd(ColonColonLoc); in Extend()
72 SourceLocation ColonColonLoc) { in Extend() argument
73 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend()
77 Range.setEnd(ColonColonLoc); in Extend()
85 SourceLocation ColonColonLoc) { in Extend() argument
[all …]
HDSemaCXXScopeSpec.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()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.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);
HDSema.h5917 SourceLocation ColonColonLoc, CXXScopeSpec &SS);
5941 SourceLocation ColonColonLoc, ParsedType ObjectType = ParsedType())
5943 CCLoc(ColonColonLoc) { in ObjectType()
5947 SourceLocation ColonColonLoc, QualType ObjectType) in NestedNameSpecInfo()
5949 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) { in NestedNameSpecInfo()
6002 SourceLocation ColonColonLoc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp8783 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
8788 T->getTypeLoc(), ColonColonLoc); in readNestedNameSpecifierLoc()
8793 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
8794 Builder.MakeGlobal(Context, ColonColonLoc); in readNestedNameSpecifierLoc()
HDASTReaderStmt.cpp1794 E->ColonColonLoc = readSourceLocation(); in VisitCXXPseudoDestructorExpr()