Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3507 SourceLocation UsingLocation; variable
3520 UsingLocation(UL), QualifierLoc(QualifierLoc), in UsingDecl()
3532 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
3535 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()
3708 SourceLocation UsingLocation; variable
3726 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
3727 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()
3857 SourceLocation UsingLocation; variable
3876 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc), in UnresolvedUsingValueDecl()
3886 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3172 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()
3195 return SourceRange(UsingLocation, EnumType->getTypeLoc().getEndLoc()); in getSourceRange()
3243 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()