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

  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 59 Exp->getOperatorLoc())) {
  /external/clang/lib/Analysis/
ReachableCode.cpp 192 return BO->getOperatorLoc();
197 return UO->getOperatorLoc();
203 return CAO->getOperatorLoc();
  /external/clang/tools/libclang/
IndexBody.cpp 129 if (E->getOperatorLoc().isInvalid())
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 456 Writer.AddSourceLocation(E->getOperatorLoc(), Record);
464 Writer.AddSourceLocation(E->getOperatorLoc(), Record);
504 Writer.AddSourceLocation(E->getOperatorLoc(), Record);
605 Writer.AddSourceLocation(E->getOperatorLoc(), Record);
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 87 SourceLocation getOperatorLoc() const { return getRParenLoc(); }
205 SourceLocation getOperatorLoc() const { return Loc; }
    [all...]
Expr.h     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 456 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
459 return SourceRange(getArg(0)->getLocStart(), getOperatorLoc());
467 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd());
471 return getOperatorLoc();
    [all...]
ASTImporter.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 75 uop->getOperatorLoc());
    [all...]
TreeTransform.h     [all...]
SemaExpr.cpp 479 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO,
482 S.DiagRuntimeBehavior(UO->getOperatorLoc(), UO,
    [all...]
SemaChecking.cpp     [all...]
SemaExprObjC.cpp     [all...]
AnalysisBasedWarnings.cpp 560 BO->getOperatorLoc()));
    [all...]
SemaStmt.cpp 129 Loc = Op->getOperatorLoc();
137 Loc = Op->getOperatorLoc();
    [all...]
SemaOverload.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 606 return PathDiagnosticLocation(BO->getOperatorLoc(), SM, SingleLocK);
    [all...]

Completed in 431 milliseconds