Searched defs:Sources (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h42 SmallVector<ExternalSemaSource *, 2> Sources; // doesn't own them. member in class:clang::MultiplexExternalSemaSource
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Index/
H A DSimpleFormatContext.h70 SourceManager Sources; member in class:clang::index::SimpleFormatContext
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Tooling/
H A DRefactoring.h233 Replacement::Replacement(SourceManager &Sources, const Node &NodeToReplace, argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp23 static Replacement replaceStmtWithText(SourceManager &Sources, argument
29 static Replacement replaceStmtWithStmt(SourceManager &Sources, argument
H A DRefactoring.cpp38 Replacement::Replacement(SourceManager &Sources, SourceLocation Start, argument
43 Replacement::Replacement(SourceManager &Sources, const CharSourceRange &Range, argument
102 void Replacement::setFromSourceLocation(SourceManager &Sources, argument
124 static int getRangeSize(SourceManager &Sources, const CharSourceRange &Range) { argument
136 setFromSourceRange(SourceManager &Sources, const CharSourceRange &Range, StringRef ReplacementText) argument
[all...]

Completed in 122 milliseconds