Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3380 SourceLocation UsingLocation; variable
3393 UsingLocation(UL), QualifierLoc(QualifierLoc), in UsingDecl()
3405 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
3408 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()
3580 SourceLocation UsingLocation; variable
3600 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
3601 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()
3715 SourceLocation UsingLocation; variable
3734 UsingLocation(UsingLoc), EllipsisLoc(EllipsisLoc), in UnresolvedUsingValueDecl()
3744 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3067 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()
3132 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()