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

Definitions

include/llvm/ADT/SmallVector.h
  641   template <typename... ArgTypes> reference emplace_back(ArgTypes &&... Args) {
include/llvm/ADT/StringSwitch.h
   67   StringSwitch &Case(StringLiteral S, T Value) {
tools/clang/include/clang/Basic/X86Target.def
  107 PROC_WITH_FEAT(Bonnell, "bonnell", PROC_64_BIT, FEATURE_SSSE3)
tools/clang/lib/Basic/Targets/X86.cpp
 1847 bool X86TargetInfo::checkCPUKind(CPUKind Kind) const {
 1862 void X86TargetInfo::fillValidCPUList(SmallVectorImpl<StringRef> &Values) const {