Searched defs:SkipBlock (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h391 /// SkipBlock - Having read the ENTER_SUBBLOCK abbrevid and a BlockID, skip
394 bool SkipBlock() { function in class:llvm::BitstreamCursor
603 return SkipBlock();
617 if (SkipBlock()) return true;
/external/clang/lib/Lex/
H A DPTHLexer.cpp195 /// SkipBlock - Used by Preprocessor to skip the current conditional block.
196 bool PTHLexer::SkipBlock() { function in class:PTHLexer

Completed in 81 milliseconds