Searched refs:setOpLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h513 void setOpLoc(SourceLocation L) { OpLoc = L; } function in class:clang::ObjCIvarRefExpr
1427 void setOpLoc(SourceLocation L) { OpLoc = L; }
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp614 E->setOpLoc(ReadSourceLocation(Record, Idx));
987 E->setOpLoc(ReadSourceLocation(Record, Idx));

Completed in 104 milliseconds