Home
last modified time | relevance | path

Searched refs:macro_iterator (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DBadSignalToKillThreadCheck.cpp37 [](Preprocessor::macro_iterator It) -> Optional<unsigned> { in check()
DNotNullTerminatedResultCheck.cpp300 Preprocessor::macro_iterator It = PP->macro_begin(); in lengthExprHandle()
801 Preprocessor::macro_iterator It = PP->macro_begin(); in check()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1170 using macro_iterator = MacroMap::const_iterator; variable
1172 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
1173 macro_iterator macro_end(bool IncludeExternalMacros = true) const;
1175 llvm::iterator_range<macro_iterator>
1177 macro_iterator begin = macro_begin(IncludeExternalMacros);
1178 macro_iterator end = macro_end(IncludeExternalMacros);
/external/clang/lib/Lex/
DPreprocessor.cpp289 Preprocessor::macro_iterator
316 Preprocessor::macro_iterator
339 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
/external/clang/include/clang/Lex/
DPreprocessor.h909 typedef MacroMap::const_iterator macro_iterator; typedef
910 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
911 macro_iterator macro_end(bool IncludeExternalMacros = true) const;
912 llvm::iterator_range<macro_iterator>
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp310 Preprocessor::macro_iterator
337 Preprocessor::macro_iterator
360 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp720 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp445 for (clang::Preprocessor::macro_iterator in ForEachMacro()
/external/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp838 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
/external/llvm-project/clang-tools-extra/modularize/
DModularize.cpp674 for (Preprocessor::macro_iterator M = PP.macro_begin(), in HandleTranslationUnit()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3108 for (Preprocessor::macro_iterator M = PP.macro_begin(), in AddMacroResults()
7463 for (Preprocessor::macro_iterator M = PP.macro_begin(), in CodeCompletePreprocessorMacroName()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3906 for (Preprocessor::macro_iterator M = PP.macro_begin(LoadExternal), in AddMacroResults()
9179 for (Preprocessor::macro_iterator M = PP.macro_begin(), in CodeCompletePreprocessorMacroName()