HomeSort by relevance Sort by last modified time
    Searched refs:SkipFunctionBodies (Results 1 - 13 of 13) sorted by null

  /external/clang/include/clang/Parse/
ParseAST.h 40 bool SkipFunctionBodies = false);
45 bool SkipFunctionBodies = false);
Parser.h 234 bool SkipFunctionBodies;
237 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
    [all...]
  /external/clang/lib/Parse/
ParseAST.cpp 88 bool SkipFunctionBodies) {
96 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
99 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) {
113 new Parser(S.getPreprocessor(), S, SkipFunctionBodies));
ParseStmt.cpp     [all...]
Parser.cpp 51 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies)
56 SkipFunctionBodies = pp.isCodeCompletionEnabled() || skipFunctionBodies;
    [all...]
  /external/clang/include/clang/Frontend/
FrontendOptions.h 138 unsigned SkipFunctionBodies : 1; ///< Skip over function bodies to
261 SkipFunctionBodies(false), UseGlobalModuleIndex(true),
ASTUnit.h 823 bool AllowPCHWithCompilerErrors = false, bool SkipFunctionBodies = false,
    [all...]
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 165 CI.getFrontendOpts().SkipFunctionBodies);
  /external/clang/unittests/Tooling/
ToolingTest.cpp 235 Compiler.getFrontendOpts().SkipFunctionBodies = true;
  /external/clang/lib/Frontend/
FrontendAction.cpp 538 CI.getFrontendOpts().SkipFunctionBodies);
ASTUnit.cpp     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 613 CInvok->getFrontendOpts().SkipFunctionBodies = true;
    [all...]
CIndex.cpp     [all...]

Completed in 265 milliseconds