Home
last modified time | relevance | path

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

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