Home
last modified time | relevance | path

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

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