HomeSort by: relevance | last modified time | path
    Searched refs:setPrefix (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
TextDiagnosticPrinter.h 44 /// setPrefix - Set the diagnostic printer prefix string, which will be
47 void setPrefix(std::string Value) { Prefix = std::move(Value); }
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibFunc.h 346 void setPrefix(ENamePrefix pfx) { FKind = pfx; }
390 void setPrefix(ENamePrefix PFX) { Impl->setPrefix(PFX); }
AMDGPULibCalls.cpp 504 nf.setPrefix(AMDGPULibFunc::NATIVE);
508 nf.setPrefix(AMDGPULibFunc::NATIVE);
541 FInfo.setPrefix(AMDGPULibFunc::NATIVE);
788 nf.setPrefix(AMDGPULibFunc::NATIVE);
1239 nf.setPrefix(AMDGPULibFunc::NATIVE);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ScopedPrinter.h 85 void setPrefix(StringRef P) { Prefix = P; }
  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1as_main.cpp 573 DiagClient->setPrefix("clang -cc1as");
driver.cpp 278 DiagClient->setPrefix(std::string(ExeBasename));

Completed in 70 milliseconds