OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RefExpr
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
SemaPseudoObject.cpp
133
Expr *rebuildSpecific(ObjCPropertyRefExpr *
refExpr
) {
136
assert(
refExpr
->isObjectReceiver());
138
if (
refExpr
->isExplicitProperty()) {
140
ObjCPropertyRefExpr(
refExpr
->getExplicitProperty(),
141
refExpr
->getType(),
refExpr
->getValueKind(),
142
refExpr
->getObjectKind(),
refExpr
->getLocation(),
146
ObjCPropertyRefExpr(
refExpr
->getImplicitPropertyGetter(),
147
refExpr
->getImplicitPropertySetter()
[
all
...]
SemaTemplate.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
[
all
...]
Completed in 253 milliseconds