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

Declarations

tools/clang/lib/Index/IndexingContext.h
  121   bool indexTopLevelDecl(const Decl *D);

References

tools/clang/lib/Index/IndexBody.cpp
  383         IndexCtx.indexTopLevelDecl(D);
tools/clang/lib/Index/IndexDecl.cpp
  767     if (!indexTopLevelDecl(*I))
tools/clang/lib/Index/IndexingAction.cpp
  143   return IndexCtx.indexTopLevelDecl(D);
  186     IndexCtx.indexTopLevelDecl(D);
  208     IndexCtx.indexTopLevelDecl(D);