Searched defs:setPrefix (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnosticPrinter.h47 void setPrefix(std::string Value) { Prefix = std::move(Value); } function in class:clang::TextDiagnosticPrinter
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h84 void setPrefix(StringRef P) { Prefix = P; } function in class:llvm::ScopedPrinter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h345 void setPrefix(ENamePrefix pfx) { FKind = pfx; } function in class:llvm::AMDGPULibFuncImpl
389 void setPrefix(ENamePrefix PFX) { Impl->setPrefix(PFX); } function in class:llvm::AMDGPULibFunc

Completed in 139 milliseconds