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

/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp253 S->setLabelLoc(ReadSourceLocation(Record, Idx));
818 E->setLabelLoc(ReadSourceLocation(Record, Idx));
/external/clang/include/clang/AST/
H A DStmt.h1223 void setLabelLoc(SourceLocation L) { LabelLoc = L; } function in class:clang::GotoStmt
H A DExpr.h3368 void setLabelLoc(SourceLocation L) { LabelLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::AddrLabelExpr

Completed in 265 milliseconds