reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclCXX.h
 3308   SourceLocation getUsingLoc() const { return UsingLocation; }
 3311   void setUsingLoc(SourceLocation L) { UsingLocation = L; }
 3327   bool isAccessDeclaration() const { return UsingLocation.isInvalid(); }
tools/clang/lib/AST/DeclCXX.cpp
 2895     ? getQualifierLoc().getBeginLoc() : UsingLocation;