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

  /external/clang/include/clang/Lex/
PTHLexer.h 98 /// SkipBlock - Used by Preprocessor to skip the current conditional block.
99 bool SkipBlock();
  /external/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 61 if (!Stream.SkipBlock())
127 if (Stream.SkipBlock())
170 } else if (!Stream.SkipBlock())
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 296 if (SkipBlock())
449 bool SkipBlock() {
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 297 return SkipBlock();
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 162 } else if (Cursor.SkipBlock()) {
562 if (InStream.SkipBlock())
ASTReader.cpp     [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 187 /// SkipBlock - Used by Preprocessor to skip the current conditional block.
188 bool PTHLexer::SkipBlock() {
PPDirectives.cpp 506 if (CurPTHLexer->SkipBlock()) {
    [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 663 BlockInfoCursor.SkipBlock();

Completed in 903 milliseconds