Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h121 bool CheckObjCString(Expr *Arg);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1217 bool SemaObjC::CheckObjCString(Expr *Arg) { in CheckObjCString() function in clang::SemaObjC
H A DSemaExprObjC.cpp89 if (CheckObjCString(S)) in BuildObjCStringLiteral()
H A DSemaChecking.cpp2109 if (ObjC().CheckObjCString(TheCall->getArg(0))) in CheckBuiltinFunctionCall()