Home
last modified time | relevance | path

Searched refs:objc_in (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1177 Tok.getIdentifierInfo() == ObjCTypeQuals[objc_in]); in isTokIdentifier_in()
1226 case objc_in: Qual = ObjCDeclSpec::DQ_In; break; in ParseObjCTypeQualifierList()
H A DParser.cpp499 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1812 objc_in=0, objc_out, objc_inout, objc_oneway, objc_bycopy, objc_byref, enumerator