Searched refs:macro_begin (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 290 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/ |
D | NotNullTerminatedResultCheck.cpp | 300 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/ |
D | Preprocessor.cpp | 311 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/ |
D | Preprocessor.h | 910 macro_iterator macro_begin(bool IncludeExternalMacros = true) const; 914 return llvm::make_range(macro_begin(IncludeExternalMacros),
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 720 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 1172 macro_iterator macro_begin(bool IncludeExternalMacros = true) const; 1177 macro_iterator begin = macro_begin(IncludeExternalMacros);
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangModulesDeclVendor.cpp | 446 mi = m_compiler_instance->getPreprocessor().macro_begin(), in ForEachMacro()
|
/external/llvm-project/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 838 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
|
/external/llvm-project/clang-tools-extra/modularize/ |
D | Modularize.cpp | 674 for (Preprocessor::macro_iterator M = PP.macro_begin(), in HandleTranslationUnit()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3108 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/ |
D | SemaCodeComplete.cpp | 3906 for (Preprocessor::macro_iterator M = PP.macro_begin(LoadExternal), in AddMacroResults() 9179 for (Preprocessor::macro_iterator M = PP.macro_begin(), in CodeCompletePreprocessorMacroName()
|