Searched refs:tooling (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DCompilationDatabasePluginRegistry.h17 namespace tooling { namespace in namespace:clang
24 } // end namespace tooling
H A DReplacementsYaml.h24 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::Replacement)
43 template <> struct MappingTraits<clang::tooling::Replacement> {
50 NormalizedReplacement(const IO &, const clang::tooling::Replacement &R)
54 clang::tooling::Replacement denormalize(const IO &) {
55 return clang::tooling::Replacement(FilePath, Offset, Length,
65 static void mapping(IO &Io, clang::tooling::Replacement &R) {
66 MappingNormalization<NormalizedReplacement, clang::tooling::Replacement>
77 template <> struct MappingTraits<clang::tooling::TranslationUnitReplacements> {
79 clang::tooling::TranslationUnitReplacements &Doc) {
H A DCommonOptionsParser.h33 namespace tooling { namespace in namespace:clang
46 /// using namespace clang::tooling;
86 } // namespace tooling
H A DArgumentsAdjusters.h24 namespace tooling { namespace in namespace:clang
61 } // end namespace tooling
H A DFileMatchTrie.h25 namespace tooling { namespace in namespace:clang
86 } // end namespace tooling
H A DJSONCompilationDatabase.h31 namespace tooling { namespace in namespace:clang
112 } // end namespace tooling
H A DRefactoringCallbacks.h36 namespace tooling { namespace in namespace:clang
40 /// Collects \c tooling::Replacements while running.
87 } // end namespace tooling
H A DCompilationDatabase.h40 namespace tooling { namespace in namespace:clang
213 } // end namespace tooling
H A DRefactoring.h33 namespace tooling { namespace in namespace:clang
240 } // end namespace tooling
H A DTooling.h55 namespace tooling { namespace in namespace:clang
380 } // end namespace tooling
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp16 namespace tooling { namespace in namespace:clang
19 tooling::Replacements &RefactoringCallback::getReplacements() {
26 return tooling::Replacement(Sources, CharSourceRange::getTokenRange(
43 Replace.insert(tooling::Replacement(
80 } // end namespace tooling
H A DArgumentsAdjusters.cpp20 namespace tooling { namespace in namespace:clang
57 } // end namespace tooling
H A DCommonOptionsParser.cpp31 using namespace clang::tooling;
H A DFileMatchTrie.cpp22 namespace tooling { namespace in namespace:clang
187 } // end namespace tooling
H A DRefactoring.cpp26 namespace tooling { namespace in namespace:clang
300 return tooling::applyAllReplacements(Replace, Rewrite);
307 } // end namespace tooling
H A DCompilationDatabase.cpp34 namespace tooling { namespace in namespace:clang
326 } // end namespace tooling
H A DJSONCompilationDatabase.cpp23 namespace tooling { namespace in namespace:clang
322 } // end namespace tooling
H A DTooling.cpp41 namespace tooling { namespace in namespace:clang
426 } // end namespace tooling
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.h76 const tooling::Replacements &generateReplacements();
175 tooling::Replacements Replaces;
H A DFormat.cpp1221 tooling::Replacements format() {
1222 tooling::Replacements Result;
1235 tooling::Replacements RunResult =
1239 for (tooling::Replacements::iterator I = RunResult.begin(),
1254 tooling::Replacements format(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines,
1355 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
1362 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
1363 std::vector<tooling::Range> Ranges,
H A DWhitespaceManager.cpp89 const tooling::Replacements &WhitespaceManager::generateReplacements() {
260 Replaces.insert(tooling::Replacement(
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h347 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
354 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
355 std::vector<tooling::Range> Ranges,

Completed in 177 milliseconds