Home
last modified time | relevance | path

Searched refs:macro_begin (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Lex/
DPreprocessor.cpp290 Preprocessor::macro_begin(bool IncludeExternalMacros) const { in macro_begin() function in Preprocessor
339 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
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/lib/Lex/
DPreprocessor.cpp311 Preprocessor::macro_begin(bool IncludeExternalMacros) const { in macro_begin() function in Preprocessor
360 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
/external/clang/include/clang/Lex/
DPreprocessor.h910 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
914 return llvm::make_range(macro_begin(IncludeExternalMacros),
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp720 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1172 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
1177 macro_iterator begin = macro_begin(IncludeExternalMacros);
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp446 mi = m_compiler_instance->getPreprocessor().macro_begin(), 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()