llvm-project/clang/include/clang-c
Argyrios Kyrtzidis 8b71bc7d6b [libclang] Introduce a new indexing mode where we skip function bodies
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
2012-12-06 19:41:16 +00:00
..
CXCompilationDatabase.h Introduce CompilationDatabase::getAllCompileCommands() that returns all 2012-12-04 07:26:44 +00:00
CXString.h Factor CXString out of Index.h 2012-06-28 22:01:06 +00:00
Index.h [libclang] Introduce a new indexing mode where we skip function bodies 2012-12-06 19:41:16 +00:00
Makefile make: fix installation of generated header files 2012-02-01 22:23:31 +00:00
Platform.h Factor CXString out of Index.h 2012-06-28 22:01:06 +00:00