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

  /external/clang/lib/Lex/
PTHLexer.cpp 195 /// SkipBlock - Used by Preprocessor to skip the current conditional block.
196 bool PTHLexer::SkipBlock() {
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 391 /// SkipBlock - Having read the ENTER_SUBBLOCK abbrevid and a BlockID, skip
394 bool SkipBlock() {
603 return SkipBlock();
617 if (SkipBlock()) return true;

Completed in 98 milliseconds