forked from OSchip/llvm-project
8b71bc7d6b
that were already parsed in the same "indexing session". An indexing session is defined as using the same CXIndexAction object for multiple clang_indexSourceFile calls. Passing CXIndexOpt_SkipParsedBodiesInSession as an indexing option will enable the mode where we try to skip bodies that were already parsed in another translation unit. If a function's body was skipped, the "flags" field in the CXIdxDeclInfo structure will have "CXIdxDeclFlag_Skipped" bit was set. llvm-svn: 169539 |
||
---|---|---|
.. | ||
CXCompilationDatabase.h | ||
CXString.h | ||
Index.h | ||
Makefile | ||
Platform.h |