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

  /external/clang/lib/Lex/
PPLexerChange.cpp 97 if (isCodeCompletionEnabled() &&
289 if (isCodeCompletionEnabled() && CurPPLexer &&
356 if (isCodeCompletionEnabled()) {
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/lib/Sema/
Sema.cpp 548 if (PP.isCodeCompletionEnabled())
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 404 if (PP.isCodeCompletionEnabled())
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 56 SkipFunctionBodies = pp.isCodeCompletionEnabled() || skipFunctionBodies;
    [all...]
ParseStmt.cpp     [all...]

Completed in 258 milliseconds