HomeSort by relevance Sort by last modified time
    Searched refs:getExprLoc (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp 53 ME->getExprLoc())) {
56 ME->getExprLoc());
TransAPIUses.cpp 93 E->getInstanceReceiver()->getExprLoc())) {
98 E->getInstanceReceiver()->getExprLoc());
TransARCAssign.cpp 46 SourceLocation OrigLoc = E->getExprLoc();
TransRetainReleaseDealloc.cpp 131 clearDiagnostics(rec->getExprLoc());
171 SourceLocation Loc = Msg->getExprLoc();
TransUnbridgedCasts.cpp 88 SourceLocation loc = castExpr->getExprLoc();
  /frameworks/compile/slang/
slang_rs_export_var.cpp 65 ReportVarError(Context, Initializer->getExprLoc(),
87 ReportVarError(Context, IList->getInit(i)->getExprLoc(),
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
SemaStmt.cpp 155 if (SourceMgr.isInSystemMacro(E->getExprLoc()) ||
854 Diag(CondExpr->getExprLoc(), diag::warn_missing_case_for_condition)
    [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp 648 MarkFunctionReferenced(E->getExprLoc(), Destructor);
649 CheckDestructorAccess(E->getExprLoc(), Destructor,
651 DiagnoseUseOfDecl(Destructor, E->getExprLoc());
    [all...]
SemaExpr.cpp 517 E->getExprLoc(),
619 RequireCompleteType(E->getExprLoc(), E->getType(),
    [all...]
SemaCast.cpp     [all...]
SemaOverload.cpp     [all...]
Sema.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 251 Loc = DeclExp->getExprLoc();
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 480 return Diag(E->getExprLoc(), DiagId, ExtraNotes);
    [all...]
Expr.cpp 96 // a more specific implementation of getExprLoc().
101 /// implementation of getExprLoc.
105 return static_cast<const E*>(expr)->getExprLoc();
109 /// a custom implementation of getExprLoc. Overload resolution
119 SourceLocation Expr::getExprLoc() const {
126 case Stmt::type##Class: return getExprLocImpl<type>(this, &type::getExprLoc);
    [all...]
ExprClassification.cpp 548 Loc = CE->getExprLoc();
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 177 /// getExprLoc - Return the preferred location for the arrow when diagnosing
179 SourceLocation getExprLoc() const LLVM_READONLY;
714 SourceLocation getExprLoc() const LLVM_READONLY {
715 if (SourceExpr) return SourceExpr->getExprLoc();
    [all...]
ExprObjC.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 536 SourceLocation DomLoc = CE->getArg(0)->getExprLoc();

Completed in 1201 milliseconds

1 2