Searched defs:CSK (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DOverload.h727 OverloadCandidateSet(SourceLocation Loc, CandidateSetKind CSK) argument
728 : Loc(Loc), Kind(CSK), NumInlineSequences(0) {}
/external/clang/lib/AST/
H A DExprConstant.cpp221 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
797 CheckSubobjectKind CSK) {
802 << CSK;
955 CheckSubobjectKind CSK) {
960 << CSK;
969 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { argument
974 return (CSK == CSK_ArrayToPointer || checkNullPointer(Info, E, CSK)) &&
975 Designator.checkSubobject(Info, E, CSK);
796 checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) argument
954 checkNullPointer(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) argument

Completed in 156 milliseconds