Searched defs:RemoveRange (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h52 CharSourceRange RemoveRange; member in class:clang::FixItHint
100 static FixItHint CreateRemoval(CharSourceRange RemoveRange) { argument
105 static FixItHint CreateRemoval(SourceRange RemoveRange) { argument
111 static FixItHint CreateReplacement(CharSourceRange RemoveRange, argument
119 CreateReplacement(SourceRange RemoveRange, StringRef Code) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp6683 SourceRange RemoveRange = TemplateParams->getSourceRange(); local

Completed in 81 milliseconds