HomeSort by: relevance | last modified time | path
    Searched defs:Recording (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 457 Recording = 1,
464 void startRecording() { ConditionalStackState = Recording; }
466 bool isRecording() const { return ConditionalStackState == Recording; }

Completed in 22 milliseconds