Searched refs:getKeywordLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtCXX.h256 SourceLocation getKeywordLoc() const { return KeywordLoc; } function in class:clang::MSDependentExistsStmt
H A DStmt.h662 SourceLocation getKeywordLoc() const { return KeywordLoc; } function in class:clang::SwitchCase
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp84 Writer.AddSourceLocation(S->getKeywordLoc(), Record);
1122 Writer.AddSourceLocation(S->getKeywordLoc(), Record);
/external/clang/lib/Sema/
H A DTreeTransform.h6271 return new (getSema().Context) NullStmt(S->getKeywordLoc());
6277 return new (getSema().Context) NullStmt(S->getKeywordLoc());
6297 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(),

Completed in 703 milliseconds