Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h373 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } getThrowLoc() function
H A DExprCXX.h1215 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } getThrowLoc() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h529 SourceLocation getThrowLoc() const { in getThrowLoc() function