Searched refs:ENUM_DEFLOCATION (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | BitcodeWriter.h | 98 ENUM_DEFLOCATION, enumerator
|
D | BitcodeWriter.cpp | 158 {ENUM_DEFLOCATION, {"DefLocation", &LocationAbbrev}}, in __anon1c3aeda80202() 215 {ENUM_USR, ENUM_NAME, ENUM_DEFLOCATION, ENUM_LOCATION, ENUM_MEMBER, 481 emitRecord(I.DefLoc.getValue(), ENUM_DEFLOCATION); in emitBlock()
|
D | BitcodeReader.cpp | 212 case ENUM_DEFLOCATION: in parseRecord()
|