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

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp885 auto Apply = [&](CallSiteInfo &CSInfo) { local
1103 auto Apply = [&](CallSiteInfo &CSInfo) { local
/freebsd-11-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

Completed in 115 milliseconds