Searched defs:PPEntityComp (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp173 struct PPEntityComp { struct in namespace:__anon17150
176 explicit PPEntityComp(const SourceManager &SM) : SM(SM) { } function in struct:__anon17150::PPEntityComp
242 PPEntityComp<&SourceRange::getBegin>(SourceMgr));
302 PPEntityComp<&SourceRange::getBegin>(SourceMgr));
/external/clang/lib/Serialization/
H A DASTReader.cpp4832 struct PPEntityComp { struct in namespace:__anon17322
4836 PPEntityComp(const ASTReader &Reader, ModuleFile &M) : Reader(Reader), M(M) { } function in struct:__anon17322::PPEntityComp
4886 PPEntityComp<&PPEntityOffset::Begin>(*this, M));

Completed in 141 milliseconds