Searched refs:ExtractionSemicolonPolicy (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Extract/
H A DSourceExtraction.h24 class ExtractionSemicolonPolicy { class in namespace:clang::tooling
34 static ExtractionSemicolonPolicy compute(const Stmt *S,
40 ExtractionSemicolonPolicy(bool IsNeededInExtractedFunction, function in class:clang::tooling::ExtractionSemicolonPolicy
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp71 ExtractionSemicolonPolicy
72 ExtractionSemicolonPolicy::compute(const Stmt *S, SourceRange &ExtractedRange,
76 return ExtractionSemicolonPolicy(true, false);
79 return ExtractionSemicolonPolicy(false, true);
111 return ExtractionSemicolonPolicy(true, true);
H A DExtract.cpp148 ExtractionSemicolonPolicy Semicolons = ExtractionSemicolonPolicy::compute(

Completed in 162 milliseconds