Searched defs:Apply (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp18 void HighlightStyle::ColorStyle::Apply(Stream &s, llvm::StringRef value) const { function in class:HighlightStyle::ColorStyle
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1028 auto Apply = [&](CallSiteInfo &CSInfo) { local
1251 auto Apply = [&](CallSiteInfo &CSInfo) { local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h837 class Apply : public SExpr { class in namespace:clang::threadSafety
839 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} function in class:clang::threadSafety::Apply
840 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor function in class:clang::threadSafety::Apply
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4572 QualType Apply(TypeLoc TL) { function in class:__anon2109::SubstituteDeducedTypeTransform

Completed in 213 milliseconds