Home
last modified time | relevance | path

Searched refs:PreprocessedEntity (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h61 class PreprocessedEntity {
139 : PreprocessedEntity(Kind, Range) {} in PreprocessingDirective()
142 static bool classof(const PreprocessedEntity *PD) { in classof()
165 static bool classof(const PreprocessedEntity *PE) { in classof()
171 class MacroExpansion : public PreprocessedEntity {
178 : PreprocessedEntity(MacroExpansionKind, Range), in MacroExpansion()
202 static bool classof(const PreprocessedEntity *PE) { in classof()
273 static bool classof(const PreprocessedEntity *PE) { in classof()
433 PreprocessedEntity *, int, PreprocessedEntity *,
434 PreprocessedEntity *> {
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp187 bool operator()(PreprocessedEntity *L, PreprocessedEntity *R) const { in operator ()()
193 bool operator()(PreprocessedEntity *L, SourceLocation RHS) const { in operator ()()
198 bool operator()(SourceLocation LHS, PreprocessedEntity *R) const { in operator ()()
203 SourceLocation getLoc(PreprocessedEntity *PPE) const { in getLoc()
218 std::vector<PreprocessedEntity *>::const_iterator in findBeginLocalPreprocessedEntity()
220 std::vector<PreprocessedEntity *>::const_iterator I; in findBeginLocalPreprocessedEntity()
247 std::vector<PreprocessedEntity *>::const_iterator in findEndLocalPreprocessedEntity()
290 using pp_iter = std::vector<PreprocessedEntity *>::iterator; in addPreprocessedEntity()
372 PreprocessedEntity *
377 PreprocessedEntity *&Entity = LoadedPreprocessedEntities[Index]; in getLoadedPreprocessedEntity()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1707 PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5441 PreprocessedEntity *ASTReader::ReadPreprocessedEntity(unsigned Index) { in ReadPreprocessedEntity()