Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h683 POINTERS_TO_MEMBERS_PRAGMA_OPTIONS = 56, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp922 RECORD(POINTERS_TO_MEMBERS_PRAGMA_OPTIONS); in WriteBlockInfoBlock()
4595 Stream.EmitRecord(POINTERS_TO_MEMBERS_PRAGMA_OPTIONS, Record); in WriteMSPointersToMembersPragmaOptions()
H A DASTReader.cpp3993 case POINTERS_TO_MEMBERS_PRAGMA_OPTIONS: in ReadASTBlock()