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

/external/clang/include/clang/AST/
H A DStmtCXX.h257 SourceLocation getKeywordLoc() const { return KeywordLoc; } function in class:clang::MSDependentExistsStmt
388 SourceLocation getKeywordLoc() const { return CoreturnLoc; } function in class:clang::CoreturnStmt
H A DStmt.h658 SourceLocation getKeywordLoc() const { return KeywordLoc; } function in class:clang::SwitchCase
H A DExprCXX.h4124 SourceLocation getKeywordLoc() const { return KeywordLoc; }
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp84 Writer.AddSourceLocation(S->getKeywordLoc(), Record);
1172 Writer.AddSourceLocation(S->getKeywordLoc(), Record);
/external/clang/lib/Sema/
H A DTreeTransform.h6529 return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get());
6542 return getDerived().RebuildCoawaitExpr(E->getKeywordLoc(), Result.get());
6555 return getDerived().RebuildCoyieldExpr(E->getKeywordLoc(), Result.get());
6917 return new (getSema().Context) NullStmt(S->getKeywordLoc());
6923 return new (getSema().Context) NullStmt(S->getKeywordLoc());
6943 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(),

Completed in 114 milliseconds