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

Declarations

tools/clang/include/clang/AST/DeclBase.h
  603   ExternalSourceSymbolAttr *getExternalSourceSymbolAttr() const;

References

tools/clang/lib/Index/IndexSymbol.cpp
  380   if (auto *attr = D->getExternalSourceSymbolAttr()) {
tools/clang/lib/Index/USRGeneration.cpp
   51   if (auto *attr = D->getExternalSourceSymbolAttr()) {
tools/clang/tools/libclang/CIndex.cpp
 8205   if (auto *attr = D->getExternalSourceSymbolAttr()) {