Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessingRecord.cpp182 struct PPEntityComp { struct
185 explicit PPEntityComp(const SourceManager &SM) : SM(SM) {} in PPEntityComp() argument
248 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in findEndLocalPreprocessedEntity()
308 PPEntityComp<&SourceRange::getBegin>(SourceMgr)); in addPreprocessedEntity()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6128 struct PPEntityComp { struct
6132 PPEntityComp(const ASTReader &Reader, ModuleFile &M) : Reader(Reader), M(M) {} in PPEntityComp() function
6184 PPEntityComp(*this, M)); in findPreprocessedEntity()