Searched refs:IncludeMacroExpansion (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
| H A D | SourceCode.h | 115 bool IncludeMacroExpansion = true); 118 bool IncludeMacroExpansion = true) { 120 Context.getLangOpts(), IncludeMacroExpansion); 135 bool IncludeMacroExpansion); 138 bool IncludeMacroExpansion) { in getFileRange() argument 140 Context.getLangOpts(), IncludeMacroExpansion); in getFileRange()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 107 bool IncludeMacroExpansion) { in getRange() argument 109 if (IncludeMacroExpansion) { in getRange() 127 const LangOptions &LangOpts, bool IncludeMacroExpansion) { in getFileRangeForEdit() argument 129 getRange(EditRange, SM, LangOpts, IncludeMacroExpansion); in getFileRangeForEdit() 138 const LangOptions &LangOpts, bool IncludeMacroExpansion) { in getFileRange() argument 140 getRange(EditRange, SM, LangOpts, IncludeMacroExpansion); in getFileRange()
|