reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/StringSwitch.h
   67   StringSwitch &Case(StringLiteral S, T Value) {
include/llvm/ADT/Twine.h
  517   inline Twine operator+(const Twine &LHS, const Twine &RHS) {
lib/Support/Twine.cpp
   32 void Twine::toVector(SmallVectorImpl<char> &Out) const {
tools/clang/lib/Frontend/FrontendActions.cpp
  891     llvm::SmallString<128> Str;