Searched defs:getKeywordLoc (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1494 SourceLocation getKeywordLoc() const { return SwitchCaseBits.KeywordLoc; } function in class:clang::SwitchCase
H A DExprCXX.h4657 SourceLocation getKeywordLoc() const { return KeywordLoc; } function in class:clang::CoroutineSuspendExpr
4766 SourceLocation getKeywordLoc() const { return KeywordLoc; } function in class:clang::DependentCoawaitExpr
H A DStmtCXX.h274 SourceLocation getKeywordLoc() const { return KeywordLoc; } function in class:clang::MSDependentExistsStmt
476 SourceLocation getKeywordLoc() const { return CoreturnLoc; } function in class:clang::CoreturnStmt

Completed in 117 milliseconds