Searched defs:ColonColonLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp505 SourceLocation ColonColonLoc) {
512 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
518 SourceLocation ColonColonLoc) {
524 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
530 SourceLocation ColonColonLoc) {
536 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
542 SourceLocation ColonColonLoc) {
547 SaveSourceLocation(ColonColonLoc, Buffer, BufferSize, BufferCapacity);
551 SourceLocation ColonColonLoc) {
556 SaveSourceLocation(ColonColonLoc, Buffe
502 Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, SourceLocation ColonColonLoc) argument
515 Extend(ASTContext &Context, IdentifierInfo *Identifier, SourceLocation IdentifierLoc, SourceLocation ColonColonLoc) argument
527 Extend(ASTContext &Context, NamespaceDecl *Namespace, SourceLocation NamespaceLoc, SourceLocation ColonColonLoc) argument
539 Extend(ASTContext &Context, NamespaceAliasDecl *Alias, SourceLocation AliasLoc, SourceLocation ColonColonLoc) argument
550 MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc) argument
[all...]
H A DExprCXX.cpp240 SourceLocation ColonColonLoc, SourceLocation TildeLoc,
272 ScopeType(ScopeType), ColonColonLoc(ColonColonLoc), TildeLoc(TildeLoc),
237 CXXPseudoDestructorExpr(const ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp751 SourceLocation ColonColonLoc) {
768 ColonColonLoc);
749 ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec &SS, const DeclSpec &DS, SourceLocation ColonColonLoc) argument
H A DDeclSpec.cpp57 TypeLoc TL, SourceLocation ColonColonLoc) {
58 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
61 Range.setEnd(ColonColonLoc);
69 SourceLocation ColonColonLoc) {
70 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
74 Range.setEnd(ColonColonLoc);
82 SourceLocation ColonColonLoc) {
83 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
87 Range.setEnd(ColonColonLoc);
95 SourceLocation ColonColonLoc) {
56 Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, SourceLocation ColonColonLoc) argument
67 Extend(ASTContext &Context, IdentifierInfo *Identifier, SourceLocation IdentifierLoc, SourceLocation ColonColonLoc) argument
80 Extend(ASTContext &Context, NamespaceDecl *Namespace, SourceLocation NamespaceLoc, SourceLocation ColonColonLoc) argument
93 Extend(ASTContext &Context, NamespaceAliasDecl *Alias, SourceLocation AliasLoc, SourceLocation ColonColonLoc) argument
106 MakeGlobal(ASTContext &Context, SourceLocation ColonColonLoc) argument
[all...]

Completed in 548 milliseconds