HomeSort by: relevance | last modified time | path
    Searched refs:UPDATE_VISIBLE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h 570 UPDATE_VISIBLE = 28,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 763 RECORD(UPDATE_VISIBLE);
3918 /// Write an UPDATE_VISIBLE block for the given context.
3920 /// UPDATE_VISIBLE blocks contain the declarations that are added to an existing
3939 RecordData::value_type Record[] = {UPDATE_VISIBLE, getDeclID(cast<Decl>(DC))};
4521 Abv->Add(llvm::BitCodeAbbrevOp(UPDATE_VISIBLE));
ASTReader.cpp 3186 case UPDATE_VISIBLE: {

Completed in 29 milliseconds