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

/external/clang/include/clang/AST/
H A DStmt.h1738 void setLBraceLoc(SourceLocation L) { LBraceLoc = L; } function in class:clang::MSAsmStmt
H A DExpr.h3877 void setLBraceLoc(SourceLocation Loc) { LBraceLoc = Loc; } function in class:clang::StringLiteral::OffsetOfExpr
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp716 E->setLBraceLoc(ReadSourceLocation(Record, Idx));

Completed in 122 milliseconds