Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h123 bool CheckObjCString(Expr *Arg);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1213 bool SemaObjC::CheckObjCString(Expr *Arg) { in CheckObjCString() function in clang::SemaObjC
H A DSemaExprObjC.cpp87 if (CheckObjCString(S)) in BuildObjCStringLiteral()
H A DSemaChecking.cpp2410 if (ObjC().CheckObjCString(TheCall->getArg(0))) in CheckBuiltinFunctionCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4747 {"_ZN5clang4Sema15CheckObjCStringEPNS_4ExprE", "clang::Sema::CheckObjCString(clang::Expr*)"},