Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp455 if (!shouldIndexMacroOccurrence(/*IsRef=*/false, Loc)) in handleMacroDefined()
464 if (!shouldIndexMacroOccurrence(/*IsRef=*/false, Loc)) in handleMacroUndefined()
473 if (!shouldIndexMacroOccurrence(/*IsRef=*/true, Loc)) in handleMacroReference()
479 bool IndexingContext::shouldIndexMacroOccurrence(bool IsRef, in shouldIndexMacroOccurrence() function in IndexingContext
H A DIndexingContext.h125 bool shouldIndexMacroOccurrence(bool IsRef, SourceLocation Loc);