Searched refs:ObjCTypeQuals (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp492 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in");
493 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out");
494 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout");
495 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway");
496 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy");
497 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref");
H A DParseObjc.cpp801 Tok.getIdentifierInfo() == ObjCTypeQuals[objc_in]);
829 if (II != ObjCTypeQuals[i])
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1214 IdentifierInfo *ObjCTypeQuals[objc_NumQuals]; member in class:clang::Parser

Completed in 169 milliseconds