Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp573 E->setLParenLocation(readSourceLocation()); in VisitSYCLUniqueStableNameExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h2069 void setLParenLocation(SourceLocation L) { LParen = L; } in setLParenLocation() function