Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h603 void setLBracLoc(SourceLocation L) { LBracLoc = L; } in setLBracLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp138 S->setLBracLoc(ReadSourceLocation(Record, Idx)); in VisitCompoundStmt()