OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExplicitProperty
(Results
1 - 15
of
15
) sorted by null
/external/clang/tools/libclang/
IndexBody.cpp
81
IndexCtx.handleReference(E->
getExplicitProperty
(), E->getLocation(),
CIndex.cpp
[
all
...]
/external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp
206
if (ObjCPropertyDecl *PDecl = PropRefExp->
getExplicitProperty
()) {
/external/clang/lib/Sema/
ScopeInfo.cpp
52
return PropE->
getExplicitProperty
();
SemaPseudoObject.cpp
64
refExpr->
getExplicitProperty
(), refExpr->getType(),
579
const ObjCPropertyDecl *Prop = RefExpr->
getExplicitProperty
();
616
ObjCPropertyDecl *prop = RefExpr->
getExplicitProperty
();
645
ObjCPropertyDecl *prop = RefExpr->
getExplicitProperty
();
685
if (ObjCPropertyDecl *prop = RefExpr->
getExplicitProperty
()) {
826
S.DiagnosePropertyAccessorMismatch(RefExpr->
getExplicitProperty
(),
[
all
...]
SemaExprObjC.cpp
[
all
...]
SemaType.cpp
[
all
...]
TreeTransform.h
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp
63
if (PRE->isExplicitProperty() && PRE->
getExplicitProperty
() == PD)
IvarInvalidationChecker.cpp
623
const ObjCPropertyDecl *PD = PA->
getExplicitProperty
();
/external/clang/include/clang/AST/
ExprObjC.h
638
ObjCPropertyDecl *
getExplicitProperty
() const {
656
return
getExplicitProperty
()->getGetterName();
662
return
getExplicitProperty
()->getSetterName();
[
all
...]
/external/clang/lib/AST/
ASTDumper.cpp
[
all
...]
StmtPrinter.cpp
1137
OS << Node->
getExplicitProperty
()->getName();
[
all
...]
StmtProfile.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTWriterStmt.cpp
[
all
...]
Completed in 540 milliseconds