Searched defs:PPEntityComp (Results 1 – 4 of 4) sorted by relevance
| /external/clang/lib/Lex/ |
| D | PreprocessingRecord.cpp | 171 struct PPEntityComp { struct 172 const SourceManager &SM; 174 explicit PPEntityComp(const SourceManager &SM) : SM(SM) { } in PPEntityComp() function 176 bool operator()(PreprocessedEntity *L, PreprocessedEntity *R) const { in operator ()() 182 bool operator()(PreprocessedEntity *L, SourceLocation RHS) const { in operator ()() 187 bool operator()(SourceLocation LHS, PreprocessedEntity *R) const { in operator ()() 192 SourceLocation getLoc(PreprocessedEntity *PPE) const { in getLoc()
|
| /external/llvm-project/clang/lib/Lex/ |
| D | PreprocessingRecord.cpp | 181 struct PPEntityComp { struct 182 const SourceManager &SM; 184 explicit PPEntityComp(const SourceManager &SM) : SM(SM) {} in PPEntityComp() argument 186 bool operator()(PreprocessedEntity *L, PreprocessedEntity *R) const { in operator ()() 192 bool operator()(PreprocessedEntity *L, SourceLocation RHS) const { in operator ()() 197 bool operator()(SourceLocation LHS, PreprocessedEntity *R) const { in operator ()() 202 SourceLocation getLoc(PreprocessedEntity *PPE) const { in getLoc()
|
| /external/clang/lib/Serialization/ |
| D | ASTReader.cpp | 4982 struct PPEntityComp { struct 4983 const ASTReader &Reader; 4984 ModuleFile &M; 4986 PPEntityComp(const ASTReader &Reader, ModuleFile &M) : Reader(Reader), M(M) { } in PPEntityComp() argument 4988 bool operator()(const PPEntityOffset &L, const PPEntityOffset &R) const { in operator ()() 4994 bool operator()(const PPEntityOffset &L, SourceLocation RHS) const { in operator ()() 4999 bool operator()(SourceLocation LHS, const PPEntityOffset &R) const { in operator ()() 5004 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()
|
| /external/llvm-project/clang/lib/Serialization/ |
| D | ASTReader.cpp | 6042 struct PPEntityComp { struct 6043 const ASTReader &Reader; 6044 ModuleFile &M; 6046 PPEntityComp(const ASTReader &Reader, ModuleFile &M) : Reader(Reader), M(M) {} in PPEntityComp() function 6048 bool operator()(const PPEntityOffset &L, const PPEntityOffset &R) const { in operator ()() 6054 bool operator()(const PPEntityOffset &L, SourceLocation RHS) const { in operator ()() 6059 bool operator()(SourceLocation LHS, const PPEntityOffset &R) const { in operator ()() 6064 SourceLocation getLoc(const PPEntityOffset &PPE) const { in getLoc()
|