HomeSort by relevance Sort by last modified time
    Searched refs:getSourceExpr (Results 1 - 24 of 24) sorted by null

  /external/clang/lib/AST/
ParentMap.cpp 32 BuildParentMap(M, OVE->getSourceExpr());
StmtDumper.cpp 538 if (Expr *Source = Node->getSourceExpr()) {
StmtProfile.cpp 486 Visit(OVE->getSourceExpr());
StmtPrinter.cpp     [all...]
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 759 S.checkRetainCycles(InstanceReceiver->getSourceExpr(), RHS);
838 S.checkRetainCycles(InstanceBase->getSourceExpr(), RHS);
    [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 212 return isZero(cast<OpaqueValueExpr>(BO->getRHS())->getSourceExpr());
  /external/clang/lib/Analysis/
LiveVariables.cpp 245 S = OVE->getSourceExpr();
303 child = OV->getSourceExpr();
AnalysisDeclContext.cpp 380 Semantic = OVE->getSourceExpr();
CFG.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 56 E = ope->getSourceExpr();
  /external/clang/tools/libclang/
CXCursor.cpp 238 if (Expr *Src = cast<OpaqueValueExpr>(S)->getSourceExpr())
    [all...]
CIndex.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 736 return VisitExpr(expr->getSourceExpr(), env);
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
Expr.h 729 Expr *getSourceExpr() const { return SourceExpr; }
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]

Completed in 216 milliseconds