OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCTypeQuals
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Parse/
Parser.cpp
475
ObjCTypeQuals
[objc_in] = &PP.getIdentifierTable().get("in");
476
ObjCTypeQuals
[objc_out] = &PP.getIdentifierTable().get("out");
477
ObjCTypeQuals
[objc_inout] = &PP.getIdentifierTable().get("inout");
478
ObjCTypeQuals
[objc_oneway] = &PP.getIdentifierTable().get("oneway");
479
ObjCTypeQuals
[objc_bycopy] = &PP.getIdentifierTable().get("bycopy");
480
ObjCTypeQuals
[objc_byref] = &PP.getIdentifierTable().get("byref");
[
all
...]
ParseObjc.cpp
783
Tok.getIdentifierInfo() ==
ObjCTypeQuals
[objc_in]);
811
if (II !=
ObjCTypeQuals
[i])
[
all
...]
/external/clang/include/clang/Parse/
Parser.h
[
all
...]
Completed in 31 milliseconds