Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3521 SourceLocation UsingLocation; variable
3534 UsingLocation(UL), QualifierLoc(QualifierLoc), in UsingDecl()
3546 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
3549 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()
3565 bool isAccessDeclaration() const { return UsingLocation.isInvalid(); } in isAccessDeclaration()
3722 SourceLocation UsingLocation; variable
3730 : BaseUsingDecl(UsingEnum, DC, NL, DN), UsingLocation(UL), EnumLocation(EL), in UsingEnumDecl()
3740 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
3741 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()
3871 SourceLocation UsingLocation; variable
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3203 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()
3227 return SourceRange(UsingLocation, EnumType->getTypeLoc().getEndLoc()); in getSourceRange()
3275 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()