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 98 if (isCodeCompletionEnabled() &&
374 if (isCodeCompletionEnabled() && CurPPLexer &&
444 if (isCodeCompletionEnabled()) {
Lexer.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/lib/Sema/
Sema.cpp 666 if (PP.isCodeCompletionEnabled())
    [all...]
SemaDecl.cpp 35 #include "clang/Lex/Preprocessor.h" // Included for isCodeCompletionEnabled()
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 449 if (PP.isCodeCompletionEnabled())
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
Parser.cpp 76 SkipFunctionBodies = pp.isCodeCompletionEnabled() || skipFunctionBodies;
    [all...]

Completed in 83 milliseconds