Home
last modified time | relevance | path

Searched refs:setLBraceLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3511 void setLBraceLoc(SourceLocation L) { LBraceLoc = L; }
H A DExpr.h5184 void setLBraceLoc(SourceLocation Loc) { LBraceLoc = Loc; } in setLBraceLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1201 E->setLBraceLoc(readSourceLocation()); in VisitInitListExpr()