Home
last modified time | relevance | path

Searched refs:getSourceRangeImpl (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp307 SourceRange getSourceRangeImpl(const Stmt *stmt, in getSourceRangeImpl() function
317 SourceRange getSourceRangeImpl(const Stmt *stmt, in getSourceRangeImpl() function
331 return getSourceRangeImpl<type>(this, &type::getSourceRange); in getSourceRange()
H A DExprCXX.cpp553 Range = getSourceRangeImpl();
589 SourceRange CXXOperatorCallExpr::getSourceRangeImpl() const { in getSourceRangeImpl() function in CXXOperatorCallExpr
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h90 SourceRange getSourceRangeImpl() const LLVM_READONLY;