Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessingRecord.cpp173 struct PPEntityComp { struct
174 const SourceManager &SM;
176 explicit PPEntityComp(const SourceManager &SM) : SM(SM) { } in PPEntityComp() argument
178 bool operator()(PreprocessedEntity *L, PreprocessedEntity *R) const { in operator ()()
184 bool operator()(PreprocessedEntity *L, SourceLocation RHS) const { in operator ()()
189 bool operator()(SourceLocation LHS, PreprocessedEntity *R) const { in operator ()()
194 SourceLocation getLoc(PreprocessedEntity *PPE) const { in getLoc()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp4950 struct PPEntityComp { struct
4951 const ASTReader &Reader;
4952 ModuleFile &M;
4954 PPEntityComp(const ASTReader &Reader, ModuleFile &M) : Reader(Reader), M(M) { } in PPEntityComp() argument
4956 bool operator()(const PPEntityOffset &L, const PPEntityOffset &R) const { in operator ()()
4962 bool operator()(const PPEntityOffset &L, SourceLocation RHS) const { in operator ()()
4967 bool operator()(SourceLocation LHS, const PPEntityOffset &R) const { in operator ()()
4972 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()