Home
last modified time | relevance | path

Searched refs:ExcludedConditionalDirectiveSkipMappings (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h208 *ExcludedConditionalDirectiveSkipMappings = nullptr; variable
H A DPreprocessor.h2398 *ExcludedConditionalDirectiveSkipMappings; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp161 ExcludedConditionalDirectiveSkipMappings = in Preprocessor()
162 this->PPOpts->ExcludedConditionalDirectiveSkipMappings; in Preprocessor()
163 if (ExcludedConditionalDirectiveSkipMappings) in Preprocessor()
164 ExcludedConditionalDirectiveSkipMappings->clear(); in Preprocessor()
H A DPPDirectives.cpp403 if (!ExcludedConditionalDirectiveSkipMappings) in getSkippedRangeForExcludedConditionalBlock()
415 ExcludedConditionalDirectiveSkipMappings->find(Buf->getBufferStart()); in getSkippedRangeForExcludedConditionalBlock()
416 if (It == ExcludedConditionalDirectiveSkipMappings->end()) in getSkippedRangeForExcludedConditionalBlock()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp214 .ExcludedConditionalDirectiveSkipMappings = PPSkipMappings; in runInvocation()