Home
last modified time | relevance | path

Searched refs:CheckObjCForCollectionOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h56 ExprResult CheckObjCForCollectionOperand(SourceLocation forLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp43 CheckObjCForCollectionOperand(ForLoc, collection); in ActOnObjCForCollectionStmt()
121 ExprResult SemaObjC::CheckObjCForCollectionOperand(SourceLocation forLoc, in CheckObjCForCollectionOperand() function in clang::SemaObjC