HomeSort by: relevance | last modified time | path
    Searched refs:PPEntityID (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessingRecord.h 339 class PPEntityID {
344 explicit PPEntityID(int ID) : ID(ID) {}
347 PPEntityID() = default;
350 static PPEntityID getPPEntityID(unsigned Index, bool isLoaded) {
351 return isLoaded ? PPEntityID(-int(Index)-1) : PPEntityID(Index+1);
361 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
448 PPEntityID ID = Self->getPPEntityID(Index, isLoaded);
502 PPEntityID addPreprocessedEntity(PreprocessedEntity *Entity);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PreprocessingRecord.cpp 251 PreprocessingRecord::PPEntityID
350 PreprocessedEntity *PreprocessingRecord::getPreprocessedEntity(PPEntityID PPID){
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 1782 PreprocessingRecord::PPEntityID PPID =

Completed in 103 milliseconds