Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h340 class PPEntityID {
345 explicit PPEntityID(int ID) : ID(ID) {} in PPEntityID() function
348 PPEntityID() = default;
351 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) { in getPPEntityID()
352 return isLoaded ? PPEntityID(-int(Index)-1) : PPEntityID(Index+1); in getPPEntityID()
362 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
449 PPEntityID ID = Self->getPPEntityID(Index, isLoaded);
503 PPEntityID addPreprocessedEntity(PreprocessedEntity *Entity);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp255 PreprocessingRecord::PPEntityID
355 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){ in getPreprocessedEntity()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1657 PreprocessingRecord::PPEntityID PPID = in ReadMacroRecord()