Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A 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()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6378 struct PPEntityComp { struct
6382 PPEntityComp(const ASTReader &Reader, ModuleFile &M) : Reader(Reader), M(M) {} in PPEntityComp() argument
6434 PPEntityComp(*this, M)); in findPreprocessedEntity()