Home
last modified time | relevance | path

Searched defs:SkipFunctionBodies (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParseAST.cpp88 bool SkipFunctionBodies) { in ParseAST()
99 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST()
/external/clang/include/clang/Frontend/
DFrontendOptions.h138 unsigned SkipFunctionBodies : 1; ///< Skip over function bodies to variable
/external/clang/include/clang/Parse/
DParser.h234 bool SkipFunctionBodies; variable
/external/clang/lib/Frontend/
DASTUnit.cpp1912 bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, in LoadFromCommandLine()
/external/clang/tools/libclang/
DCIndex.cpp2955 bool SkipFunctionBodies = options & CXTranslationUnit_SkipFunctionBodies; in clang_parseTranslationUnit_Impl() local