Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingAction.cpp236 if (Opts.IndexMacrosInPreprocessor) in indexASTUnit()
251 if (Opts.IndexMacrosInPreprocessor) in indexTopLevelDecls()
273 if (Opts.IndexMacrosInPreprocessor) in indexModuleFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/
H A DIndexingAction.h47 bool IndexMacrosInPreprocessor = false; member