Searched refs:getOpLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h512 SourceLocation getOpLoc() const { return OpLoc; } function in class:clang::ObjCIvarRefExpr
1426 SourceLocation getOpLoc() const { return OpLoc; }
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp564 Writer.AddSourceLocation(E->getOpLoc(), Record);
932 Writer.AddSourceLocation(E->getOpLoc(), Record);
/external/clang/lib/Sema/
H A DSemaExpr.cpp522 FixItHint::CreateReplacement(SourceRange(OIRE->getOpLoc(),
537 SourceRange(OIRE->getOpLoc(),
596 SourceRange(OISA->getOpLoc(), OISA->getIsaMemberLoc()), ")");
9454 FixItHint::CreateReplacement(SourceRange(OISA->getOpLoc(), OpLoc), ",") <<
H A DTreeTransform.h9620 E->getOpLoc(),

Completed in 161 milliseconds