Home
last modified time | relevance | path

Searched refs:setRParen (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp507 E->setRParen(ReadSourceLocation(Record, Idx)); in VisitParenExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1649 void setRParen(SourceLocation Loc) { R = Loc; } in setRParen() function