Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp566 SourceLocation ColonColonLoc) { in Extend() argument
579 SourceLocation ColonColonLoc) { in Extend() argument
591 SourceLocation ColonColonLoc) { in Extend() argument
603 SourceLocation ColonColonLoc) { in Extend() argument
612 SourceLocation ColonColonLoc) { in MakeGlobal() argument
623 MakeSuper(ASTContext & Context,CXXRecordDecl * RD,SourceLocation SuperLoc,SourceLocation ColonColonLoc) MakeSuper() argument
[all...]
H A DExprCXX.cpp327 CXXPseudoDestructorExpr(const ASTContext & Context,Expr * Base,bool isArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,TypeSourceInfo * ScopeType,SourceLocation ColonColonLoc,SourceLocation TildeLoc,PseudoDestructorTypeStorage DestroyedType) CXXPseudoDestructorExpr() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp55 TypeLoc TL, SourceLocation ColonColonLoc) { in Extend() argument
67 SourceLocation ColonColonLoc) { in Extend() argument
80 SourceLocation ColonColonLoc) { in Extend() argument
93 SourceLocation ColonColonLoc) { in 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.cpp312 ActOnSuperScopeSpecifier(SourceLocation SuperLoc,SourceLocation ColonColonLoc,CXXScopeSpec & SS) ActOnSuperScopeSpecifier() argument
845 ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec & SS,const DeclSpec & DS,SourceLocation ColonColonLoc) ActOnCXXNestedNameSpecifierDecltype() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9281 SourceLocation ColonColonLoc = readSourceLocation(); readNestedNameSpecifierLoc() local
9291 SourceLocation ColonColonLoc = readSourceLocation(); readNestedNameSpecifierLoc() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2623 SourceLocation ColonColonLoc; global() variable