HomeSort by relevance Sort by last modified time
    Searched refs:ObjCIvarRefExpr (Results 26 - 46 of 46) sorted by null

12

  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 351 virtual Stmt *RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV) = 0;
550 Stmt *RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV) override;
    [all...]
RewriteModernObjC.cpp 476 Stmt *RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 491 static void DiagnoseDirectIsaAccess(Sema &S, const ObjCIvarRefExpr *OIRE,
600 else if (const ObjCIvarRefExpr *OIRE =
601 dyn_cast<ObjCIvarRefExpr>(E->IgnoreParenCasts()))
    [all...]
SemaObjCProperty.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 1184 void StmtProfiler::VisitObjCIvarRefExpr(const ObjCIvarRefExpr *S) {
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 125 ComplexPairTy VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) {
    [all...]
CGExprAgg.cpp 153 void VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) {
    [all...]
CGObjC.cpp 266 if (isa<MemberExpr>(receiver) || isa<ObjCIvarRefExpr>(receiver))
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp 244 Value *VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) {
    [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp 928 void ASTStmtWriter::VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]

Completed in 371 milliseconds

12