Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h60 class PreprocessedEntity {
138 : PreprocessedEntity(Kind, Range) {} in PreprocessingDirective()
141 static bool classof(const PreprocessedEntity *PD) { in classof()
164 static bool classof(const PreprocessedEntity *PE) { in classof()
170 class MacroExpansion : public PreprocessedEntity {
177 : PreprocessedEntity(MacroExpansionKind, Range), in MacroExpansion()
201 static bool classof(const PreprocessedEntity *PE) { in classof()
272 static bool classof(const PreprocessedEntity *PE) { in classof()
432 PreprocessedEntity *, int, PreprocessedEntity *,
433 PreprocessedEntity *> {
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp186 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()
217 std::vector<PreprocessedEntity *>::const_iterator in findBeginLocalPreprocessedEntity()
219 std::vector<PreprocessedEntity *>::const_iterator I; in findBeginLocalPreprocessedEntity()
252 PreprocessingRecord::addPreprocessedEntity(PreprocessedEntity *Entity) { in addPreprocessedEntity()
286 using pp_iter = std::vector<PreprocessedEntity *>::iterator; in addPreprocessedEntity()
367 PreprocessedEntity *
372 PreprocessedEntity *&Entity = LoadedPreprocessedEntities[Index]; in getLoadedPreprocessedEntity()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1734 PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) override;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5969 PreprocessedEntity *ASTReader::ReadPreprocessedEntity(unsigned Index) { in ReadPreprocessedEntity()