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
  214 PROC(K8, "k8", PROC_64_BIT)
tools/clang/lib/Basic/Targets/X86.cpp
 1847 bool X86TargetInfo::checkCPUKind(CPUKind Kind) const {
 1862 void X86TargetInfo::fillValidCPUList(SmallVectorImpl<StringRef> &Values) const {