Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp566 SourceLocation ColonColonLoc) { in Extend()
579 SourceLocation ColonColonLoc) { in Extend()
591 SourceLocation ColonColonLoc) { in Extend()
603 SourceLocation ColonColonLoc) { in Extend()
612 SourceLocation ColonColonLoc) { in MakeGlobal()
623 SourceLocation ColonColonLoc) { in MakeSuper()
H A DExprCXX.cpp327 TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, in CXXPseudoDestructorExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp55 TypeLoc TL, SourceLocation ColonColonLoc) { in Extend()
67 SourceLocation ColonColonLoc) { in Extend()
80 SourceLocation ColonColonLoc) { in Extend()
93 SourceLocation ColonColonLoc) { in Extend()
105 SourceLocation ColonColonLoc) { in MakeGlobal()
116 SourceLocation ColonColonLoc) { in MakeSuper()
H A DSemaCXXScopeSpec.cpp312 SourceLocation ColonColonLoc, in ActOnSuperScopeSpecifier()
845 SourceLocation ColonColonLoc) { in ActOnCXXNestedNameSpecifierDecltype()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9281 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
9291 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2623 SourceLocation ColonColonLoc; variable