Home
last modified time | relevance | path

Searched defs:ColonColonLoc (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp566 Extend(ASTContext & Context,SourceLocation TemplateKWLoc,TypeLoc TL,SourceLocation ColonColonLoc) Extend() argument
579 Extend(ASTContext & Context,IdentifierInfo * Identifier,SourceLocation IdentifierLoc,SourceLocation ColonColonLoc) Extend() argument
591 Extend(ASTContext & Context,NamespaceDecl * Namespace,SourceLocation NamespaceLoc,SourceLocation ColonColonLoc) Extend() argument
603 Extend(ASTContext & Context,NamespaceAliasDecl * Alias,SourceLocation AliasLoc,SourceLocation ColonColonLoc) Extend() argument
612 MakeGlobal(ASTContext & Context,SourceLocation ColonColonLoc) MakeGlobal() argument
623 MakeSuper(ASTContext & Context,CXXRecordDecl * RD,SourceLocation SuperLoc,SourceLocation ColonColonLoc) MakeSuper() argument
[all...]
H A DExprCXX.cpp374 CXXPseudoDestructorExpr(const ASTContext & Context,Expr * Base,bool isArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,TypeSourceInfo * ScopeType,SourceLocation ColonColonLoc,SourceLocation TildeLoc,PseudoDestructorTypeStorage DestroyedType) CXXPseudoDestructorExpr() argument
/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp55 Extend(ASTContext & Context,SourceLocation TemplateKWLoc,TypeLoc TL,SourceLocation ColonColonLoc) Extend() argument
67 Extend(ASTContext & Context,IdentifierInfo * Identifier,SourceLocation IdentifierLoc,SourceLocation ColonColonLoc) Extend() argument
80 Extend(ASTContext & Context,NamespaceDecl * Namespace,SourceLocation NamespaceLoc,SourceLocation ColonColonLoc) Extend() argument
93 Extend(ASTContext & Context,NamespaceAliasDecl * Alias,SourceLocation AliasLoc,SourceLocation ColonColonLoc) Extend() argument
105 MakeGlobal(ASTContext & Context,SourceLocation ColonColonLoc) MakeGlobal() argument
116 MakeSuper(ASTContext & Context,CXXRecordDecl * RD,SourceLocation SuperLoc,SourceLocation ColonColonLoc) MakeSuper() argument
[all...]
H A DSemaCXXScopeSpec.cpp287 ActOnSuperScopeSpecifier(SourceLocation SuperLoc,SourceLocation ColonColonLoc,CXXScopeSpec & SS) ActOnSuperScopeSpecifier() argument
788 ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec & SS,const DeclSpec & DS,SourceLocation ColonColonLoc) ActOnCXXNestedNameSpecifierDecltype() argument
815 ActOnCXXNestedNameSpecifierIndexedPack(CXXScopeSpec & SS,const DeclSpec & DS,SourceLocation ColonColonLoc,QualType Type) ActOnCXXNestedNameSpecifierIndexedPack() argument
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2639 SourceLocation ColonColonLoc; global() variable
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9395 SourceLocation ColonColonLoc = readSourceLocation(); readNestedNameSpecifierLoc() local
9405 SourceLocation ColonColonLoc = readSourceLocation(); readNestedNameSpecifierLoc() local