Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseAST.cpp102 bool SkipFunctionBodies) { in ParseAST()
113 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST()
/external/clang/include/clang/Frontend/
DFrontendOptions.h141 unsigned SkipFunctionBodies : 1; ///< Skip over function bodies to variable
/external/clang/include/clang/Parse/
DParser.h244 bool SkipFunctionBodies; variable
/external/clang/lib/Frontend/
DASTUnit.cpp1946 bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, in LoadFromCommandLine()
/external/clang/tools/libclang/
DCIndex.cpp3203 bool SkipFunctionBodies = options & CXTranslationUnit_SkipFunctionBodies; in clang_parseTranslationUnit_Impl() local