Home
last modified time | relevance | path

Searched defs:CEE (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransGCCalls.cpp46 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr() local
/external/clang/lib/Analysis/
DCallGraph.cpp46 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts(); in getDeclFromCall() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp180 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>()) in addVisitorIfNecessary() local
197 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>(); in addVisitorIfNecessary() local
927 } else if (Optional<CallExitEnd> CEE = pp.getAs<CallExitEnd>()) { in trackNullOrUndefValue() local
DPathDiagnostic.cpp682 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create() local
701 if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) in getStmt() local
DExprEngineCallAndReturn.cpp86 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt() local
/external/clang/lib/AST/
DExpr.cpp1150 Expr *CEE = getCallee()->IgnoreParenImpCasts(); in getCalleeDecl() local