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

References

tools/clang/include/clang/AST/DeclCXX.h
 2916   SourceLocation getUsingLoc() const { return UsingLoc; }
 2935     return SourceRange(UsingLoc, getLocation());
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 1632   D->UsingLoc = ReadSourceLocation();