Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
H A DSourceExtraction.h27 return IsNeededInExtractedFunction; in isNeededInExtractedFunction()
40 ExtractionSemicolonPolicy(bool IsNeededInExtractedFunction, in ExtractionSemicolonPolicy() argument
42 : IsNeededInExtractedFunction(IsNeededInExtractedFunction), in ExtractionSemicolonPolicy()
44 bool IsNeededInExtractedFunction; variable