/llvm-project/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 566 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 D | ExprCXX.cpp | 374 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 D | DeclSpec.cpp | 55 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 D | SemaCXXScopeSpec.cpp | 287 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 D | ExprCXX.h | 2639 SourceLocation ColonColonLoc; global() variable
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 9395 SourceLocation ColonColonLoc = readSourceLocation(); readNestedNameSpecifierLoc() local 9405 SourceLocation ColonColonLoc = readSourceLocation(); readNestedNameSpecifierLoc() local
|