Searched refs:isObjCIvar (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h272 bool isObjCIvar() const { return Ivar; } function in class:clang::CodeGen::LValue
H A DCGExpr.cpp2142 if (Dst.isObjCIvar()) {
2377 if (LV.isObjCIvar()) {
2411 if (LV.isObjCIvar() && !LV.isObjCArray())
2425 // only in the context of LV.isObjCIvar().
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2551 bool isObjCIvar() const { return ObjCIvar; } function in class:clang::Declarator
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4566 if (state.getDeclarator().isObjCIvar() && !isFunctionOrMethod) {

Completed in 365 milliseconds