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

Definitions

include/llvm/ADT/StringMap.h
  378   ValueTy &operator[](StringRef Key) { return try_emplace(Key).first->second; }
tools/clang/include/clang/Basic/OpenCLOptions.h
   28     unsigned Core;  // Option becomes (optional) core feature in this OpenCL
tools/clang/include/clang/Basic/TargetInfo.h
 1328   const OpenCLOptions &getSupportedOpenCLOpts() const {
tools/clang/lib/Frontend/InitPreprocessor.cpp
  562                                        const LangOptions &LangOpts,