Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp583 E->setRParenLocation(readSourceLocation()); in VisitSYCLUniqueStableNameExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2093 void setRParenLocation(SourceLocation L) { RParen = L; } in setRParenLocation() function