Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Index/
H A DIndexingContext.cpp456 if (!shouldIndexMacroOccurrence(/*IsRef=*/false, Loc)) in handleMacroDefined()
465 if (!shouldIndexMacroOccurrence(/*IsRef=*/false, Loc)) in handleMacroUndefined()
474 if (!shouldIndexMacroOccurrence(/*IsRef=*/true, Loc)) in handleMacroReference()
480 bool IndexingContext::shouldIndexMacroOccurrence(bool IsRef, in shouldIndexMacroOccurrence() function in IndexingContext
H A DIndexingContext.h127 bool shouldIndexMacroOccurrence(bool IsRef, SourceLocation Loc);