Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDNestedNameSpecifier.cpp538 SourceLocation ColonColonLoc) { in Extend()
551 SourceLocation ColonColonLoc) { in Extend()
563 SourceLocation ColonColonLoc) { in Extend()
575 SourceLocation ColonColonLoc) { in Extend()
584 SourceLocation ColonColonLoc) { in MakeGlobal()
595 SourceLocation ColonColonLoc) { in MakeSuper()
HDExprCXX.cpp238 SourceLocation ColonColonLoc, SourceLocation TildeLoc, in CXXPseudoDestructorExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp58 TypeLoc TL, SourceLocation ColonColonLoc) { in Extend()
70 SourceLocation ColonColonLoc) { in Extend()
83 SourceLocation ColonColonLoc) { in Extend()
96 SourceLocation ColonColonLoc) { in Extend()
108 SourceLocation ColonColonLoc) { in MakeGlobal()
119 SourceLocation ColonColonLoc) { in MakeSuper()
HDSemaCXXScopeSpec.cpp254 SourceLocation ColonColonLoc, in ActOnSuperScopeSpecifier()
813 SourceLocation ColonColonLoc) { in ActOnCXXNestedNameSpecifierDecltype()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp7899 SourceLocation ColonColonLoc = ReadSourceLocation(F, Record, Idx); in ReadNestedNameSpecifierLoc() local
7909 SourceLocation ColonColonLoc = ReadSourceLocation(F, Record, Idx); in ReadNestedNameSpecifierLoc() local
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExprCXX.h1960 SourceLocation ColonColonLoc; variable