Home
last modified time | relevance | path

Searched refs:UsingLocation (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h3414 SourceLocation UsingLocation; variable
3427 UsingLocation(UL), QualifierLoc(QualifierLoc), in UsingDecl()
3439 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
3442 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()
3614 SourceLocation UsingLocation; variable
3634 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
3635 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()
3749 SourceLocation UsingLocation; variable
3768 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc), in UnresolvedUsingValueDecl()
3778 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp3083 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()
3148 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()