reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTReader.cpp
 1221   if (RecCode != DECL_CONTEXT_VISIBLE) {
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 3646   case DECL_CONTEXT_VISIBLE:
tools/clang/lib/Serialization/ASTWriter.cpp
 1272   RECORD(DECL_CONTEXT_VISIBLE);
 4275   RecordData::value_type Record[] = {DECL_CONTEXT_VISIBLE};
tools/clang/lib/Serialization/ASTWriterDecl.cpp
 2310   Abv->Add(BitCodeAbbrevOp(serialization::DECL_CONTEXT_VISIBLE));