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

  /external/clang/include/clang/AST/
ExprObjC.h 512 SourceLocation getOpLoc() const { return OpLoc; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 564 Writer.AddSourceLocation(E->getOpLoc(), Record);
932 Writer.AddSourceLocation(E->getOpLoc(), Record);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 522 FixItHint::CreateReplacement(SourceRange(OIRE->getOpLoc(),
537 SourceRange(OIRE->getOpLoc(),
596 SourceRange(OISA->getOpLoc(), OISA->getIsaMemberLoc()), ")");
    [all...]
TreeTransform.h     [all...]

Completed in 64 milliseconds