Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp705 E->setRParen(readSourceLocation()); in VisitParenExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2163 void setRParen(SourceLocation Loc) { R = Loc; } in setRParen() function