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 233 bool SkipFunctionBodies;
236 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
    [all...]
  /external/clang/lib/Parse/
ParseAST.cpp 89 bool SkipFunctionBodies) {
97 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
100 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) {
114 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 137 unsigned SkipFunctionBodies : 1; ///< Skip over function bodies to
248 SkipFunctionBodies(false), UseGlobalModuleIndex(true),
ASTUnit.h 814 bool AllowPCHWithCompilerErrors = false, bool SkipFunctionBodies = false,
    [all...]
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 166 CI.getFrontendOpts().SkipFunctionBodies);
  /external/clang/unittests/Tooling/
ToolingTest.cpp 230 Compiler.getFrontendOpts().SkipFunctionBodies = true;
  /external/clang/lib/Frontend/
FrontendAction.cpp 512 CI.getFrontendOpts().SkipFunctionBodies);
ASTUnit.cpp     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 614 CInvok->getFrontendOpts().SkipFunctionBodies = true;
    [all...]
CIndex.cpp     [all...]

Completed in 307 milliseconds