Home
last modified time | relevance | path

Searched refs:IncludeMacroExpansion (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DSourceCode.h115 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()
/src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp155 bool IncludeMacroExpansion) { in getRange() argument
157 if (IncludeMacroExpansion) { in getRange()
176 const LangOptions &LangOpts, bool IncludeMacroExpansion) { in getFileRangeForEdit() argument
178 getRange(EditRange, SM, LangOpts, IncludeMacroExpansion); in getFileRangeForEdit()
187 const LangOptions &LangOpts, bool IncludeMacroExpansion) { in getFileRange() argument
189 getRange(EditRange, SM, LangOpts, IncludeMacroExpansion); in getFileRange()