Home
last modified time | relevance | path

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

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