Home
last modified time | relevance | path

Searched defs:getKeywordLoc (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
478 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
H A DExprCXX.h4983 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
5067 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
H A DStmt.h1590 SourceLocation getKeywordLoc() const { return SwitchCaseBits.KeywordLoc; } in getKeywordLoc() function