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() &&
363 if (isCodeCompletionEnabled() && CurPPLexer &&
430 if (isCodeCompletionEnabled()) {
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/lib/Sema/
Sema.cpp 633 if (PP.isCodeCompletionEnabled())
    [all...]
SemaDecl.cpp 36 #include "clang/Lex/Preprocessor.h" // Included for isCodeCompletionEnabled()
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 439 if (PP.isCodeCompletionEnabled())
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
Parser.cpp 56 SkipFunctionBodies = pp.isCodeCompletionEnabled() || skipFunctionBodies;
    [all...]

Completed in 283 milliseconds