Home
last modified time | relevance | path

Searched refs:addPreprocessedEntity (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp256 PreprocessingRecord::addPreprocessedEntity(PreprocessedEntity *Entity) { in addPreprocessedEntity() function in PreprocessingRecord
405 addPreprocessedEntity(new (*this) in addMacroExpansion()
408 addPreprocessedEntity(new (*this) MacroExpansion(Def, Range)); in addMacroExpansion()
455 addPreprocessedEntity(Def); in MacroDefined()
512 addPreprocessedEntity(ID); in InclusionDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h503 PPEntityID addPreprocessedEntity(PreprocessedEntity *Entity);