Home
last modified time | relevance | path

Searched refs:CSK (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDOverload.h727 OverloadCandidateSet(SourceLocation Loc, CandidateSetKind CSK) in OverloadCandidateSet() argument
728 : Loc(Loc), Kind(CSK), NumInlineSequences(0) {} in OverloadCandidateSet()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp221 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
797 CheckSubobjectKind CSK) { in checkSubobject() argument
802 << CSK; in checkSubobject()
955 CheckSubobjectKind CSK) { in checkNullPointer()
960 << CSK; in checkNullPointer()
969 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { in checkSubobject()
974 return (CSK == CSK_ArrayToPointer || checkNullPointer(Info, E, CSK)) && in checkSubobject()
975 Designator.checkSubobject(Info, E, CSK); in checkSubobject()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp10492 OverloadCandidateSet::CandidateSetKind CSK, in DiagnoseTwoPhaseLookup() argument
10517 OverloadCandidateSet Candidates(FnLoc, CSK); in DiagnoseTwoPhaseLookup()