Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPreprocessingRecord.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-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp6014 struct PPEntityComp { struct
6018 PPEntityComp(const ASTReader &Reader, ModuleFile &M) : Reader(Reader), M(M) {} in PPEntityComp() function
6070 PPEntityComp(*this, M)); in findPreprocessedEntity()