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

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

Completed in 704 milliseconds