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

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

Completed in 84 milliseconds