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