Home
last modified time | relevance | path

Searched refs:POINTERS_TO_MEMBERS_PRAGMA_OPTIONS (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Serialization/
DASTBitCodes.h583 POINTERS_TO_MEMBERS_PRAGMA_OPTIONS = 56 enumerator
/external/clang/lib/Serialization/
DASTWriter.cpp983 RECORD(POINTERS_TO_MEMBERS_PRAGMA_OPTIONS); in WriteBlockInfoBlock()
3932 Stream.EmitRecord(POINTERS_TO_MEMBERS_PRAGMA_OPTIONS, Record); in WriteMSPointersToMembersPragmaOptions()
DASTReader.cpp3199 case POINTERS_TO_MEMBERS_PRAGMA_OPTIONS: in ReadASTBlock()