Home
last modified time | relevance | path

Searched refs:PPEntityComp (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Lex/
DPreprocessingRecord.cpp181 struct PPEntityComp { struct
184 explicit PPEntityComp(const SourceManager &SM) : SM(SM) {} in PPEntityComp() argument
247 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in findEndLocalPreprocessedEntity()
307 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in addPreprocessedEntity()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp6170 struct PPEntityComp { struct
6174 PPEntityComp(const ASTReader &Reader, ModuleFile &M) : Reader(Reader), M(M) {} in PPEntityComp() function
6226 PPEntityComp(*this, M)); in findPreprocessedEntity()