Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp324 TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, in CXXPseudoDestructorExpr()
/openbsd-src/gnu/llvm/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.cpp293 SourceLocation ColonColonLoc, in ActOnSuperScopeSpecifier()
869 SourceLocation ColonColonLoc) { in ActOnCXXNestedNameSpecifierDecltype()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp9047 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
9057 SourceLocation ColonColonLoc = readSourceLocation(); in readNestedNameSpecifierLoc() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h2614 SourceLocation ColonColonLoc; variable