Home
last modified time | relevance | path

Searched refs:OverloadCandidateDisplayKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h64 enum OverloadCandidateDisplayKind { enum
1228 Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args,
1234 PartialDiagnosticAt PA, Sema &S, OverloadCandidateDisplayKind OCD,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp480 OverloadCandidateDisplayKind howManyCandidates = OCD_AllCandidates; in tryDiagnoseOverloadedCast()
H A DSemaOverload.cpp12462 Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args, in CompleteCandidates()
12526 PartialDiagnosticAt PD, Sema &S, OverloadCandidateDisplayKind OCD, in NoteCandidates()
H A DSemaDecl.cpp18645 OverloadCandidateDisplayKind DisplayKind; in ComputeSelectedDestructor()