Searched refs:setGotoLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h1221 void setGotoLoc(SourceLocation L) { GotoLoc = L; } function in class:clang::GotoStmt
1252 void setGotoLoc(SourceLocation L) { GotoLoc = L; } function in class:clang::IndirectGotoStmt
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp252 S->setGotoLoc(ReadSourceLocation(Record, Idx));
258 S->setGotoLoc(ReadSourceLocation(Record, Idx));

Completed in 66 milliseconds