Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp182 struct PPEntityComp { struct
185 explicit PPEntityComp(const SourceManager &SM) : SM(SM) {} in PPEntityComp() function
251 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in findEndLocalPreprocessedEntity()
312 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in addPreprocessedEntity()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5549 struct PPEntityComp { struct
5553 PPEntityComp(const ASTReader &Reader, ModuleFile &M) : Reader(Reader), M(M) {} in PPEntityComp() argument
5605 PPEntityComp(*this, M)); in findPreprocessedEntity()