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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 4079     if (!getInterfaceLoc())
 4085     if (!(!getInterfaceLoc())) {
 4097     if (!getInterfaceLoc())
 4103     if (!(!getInterfaceLoc())) {
 4115     if (!getInterfaceLoc())
 4121     if (!(!getInterfaceLoc())) {
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  251     if (SA->getInterfaceLoc())    OS << " " << SA->getInterface().getAsString();
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 2148   if (auto *TSI = A->getInterfaceLoc())
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  703     Record.AddTypeSourceInfo(SA->getInterfaceLoc());
tools/clang/lib/Index/IndexDecl.cpp
  509       IndexCtx.indexTypeSourceInfo(attr->getInterfaceLoc(), D,
tools/clang/tools/libclang/CIndex.cpp
  565           A->getInterfaceLoc()->getTypeLoc().getBeginLoc(), TU));
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  311         IBAttr->getInterfaceLoc()->getTypeLoc().getBeginLoc();