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

  /external/clang/include/clang/Lex/
Preprocessor.h 193 bool CodeCompletionReached;
745 bool isCodeCompletionReached() const { return CodeCompletionReached; }
750 CodeCompletionReached = true;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 63 CodeCompletionFile(0), CodeCompletionOffset(0), CodeCompletionReached(0),

Completed in 50 milliseconds