Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h256 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
H A DStmt.h667 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp84 Writer.AddSourceLocation(S->getKeywordLoc(), Record); in VisitSwitchCase()
1127 Writer.AddSourceLocation(S->getKeywordLoc(), Record); in VisitMSDependentExistsStmt()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h6510 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
6516 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
6536 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(), in TransformMSDependentExistsStmt()