Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeWriter.h98 ENUM_DEFLOCATION, enumerator
DBitcodeWriter.cpp158 {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()
DBitcodeReader.cpp212 case ENUM_DEFLOCATION: in parseRecord()