Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.cpp460 if (!shouldIndexMacroOccurrence(/*IsRef=*/false, Loc)) in handleMacroDefined()
469 if (!shouldIndexMacroOccurrence(/*IsRef=*/false, Loc)) in handleMacroUndefined()
478 if (!shouldIndexMacroOccurrence(/*IsRef=*/true, Loc)) in handleMacroReference()
484 bool IndexingContext::shouldIndexMacroOccurrence(bool IsRef, in shouldIndexMacroOccurrence() function in IndexingContext
H A DIndexingContext.h127 bool shouldIndexMacroOccurrence(bool IsRef, SourceLocation Loc);