Home
last modified time | relevance | path

Searched refs:DECL_USING_DIRECTIVE (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Serialization/
DASTBitCodes.h899 DECL_USING_DIRECTIVE, enumerator
/external/clang/lib/Serialization/
DASTWriterDecl.cpp897 Code = serialization::DECL_USING_DIRECTIVE; in VisitUsingDirectiveDecl()
DASTReaderDecl.cpp1954 case DECL_USING_DIRECTIVE: in ReadDeclRecord()
DASTWriter.cpp903 RECORD(DECL_USING_DIRECTIVE); in WriteBlockInfoBlock()