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.cpp178 struct PPEntityComp { struct
181 explicit PPEntityComp(const SourceManager &SM) : SM(SM) {} in PPEntityComp() function
244 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in findEndLocalPreprocessedEntity()
304 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in addPreprocessedEntity()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6717 struct PPEntityComp { struct
6721 PPEntityComp(const ASTReader &Reader, ModuleFile &M) : Reader(Reader), M(M) {} in PPEntityComp() argument
6773 PPEntityComp(*this, M)); in findPreprocessedEntity()