Home
last modified time | relevance | path

Searched refs:handleMacroDefined (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h84 void handleMacroDefined(const IdentifierInfo &Name, SourceLocation Loc,
H A DIndexingAction.cpp41 IndexCtx->handleMacroDefined(*MacroNameTok.getIdentifierInfo(), in MacroDefined()
H A DIndexingContext.cpp452 void IndexingContext::handleMacroDefined(const IdentifierInfo &Name, in handleMacroDefined() function in IndexingContext