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.h3584 SourceLocation UsingLocation; variable
3597 UsingLocation(UL), QualifierLoc(QualifierLoc), in UsingDecl()
3609 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
3612 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()
3628 bool isAccessDeclaration() const { return UsingLocation.isInvalid(); } in isAccessDeclaration()
3785 SourceLocation UsingLocation; variable
3793 : BaseUsingDecl(UsingEnum, DC, NL, DN), UsingLocation(UL), EnumLocation(EL), in UsingEnumDecl()
3803 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc()
3804 void setUsingLoc(SourceLocation L) { UsingLocation = L; } in setUsingLoc()
3933 SourceLocation UsingLocation; variable
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3428 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()
3452 return SourceRange(UsingLocation, EnumType->getTypeLoc().getEndLoc()); in getSourceRange()
3498 ? getQualifierLoc().getBeginLoc() : UsingLocation; in getSourceRange()