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

  /external/clang/lib/Lex/
PPLexerChange.cpp 97 if (isCodeCompletionEnabled() &&
264 if (isCodeCompletionEnabled() && CurPPLexer &&
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 729 bool isCodeCompletionEnabled() const { return CodeCompletionFile != 0; }
749 assert(isCodeCompletionEnabled() && "Code-completion not enabled!");
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]

Completed in 154 milliseconds