HomeSort by: relevance | last modified time | path
    Searched refs:getOpLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h 597 SourceLocation getOpLoc() const { return OpLoc; }
1517 SourceLocation getOpLoc() const { return OpLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 926 Record.AddSourceLocation(E->getOpLoc());
1347 Record.AddSourceLocation(E->getOpLoc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 582 SourceRange(OIRE->getOpLoc(), AssignLoc), ",")
597 SourceRange(OIRE->getOpLoc(), OIRE->getEndLoc()), ")");
660 SourceRange(OISA->getOpLoc(), OISA->getIsaMemberLoc()), ")");
14185 << FixItHint::CreateReplacement(SourceRange(OISA->getOpLoc(), OpLoc),
TreeTransform.h 13937 E->getOpLoc(),

Completed in 83 milliseconds