Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h274 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
476 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
H A DExprCXX.h4724 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
4831 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
H A DStmt.h1545 SourceLocation getKeywordLoc() const { return SwitchCaseBits.KeywordLoc; } in getKeywordLoc() function