Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp308 SourceRange getSourceRangeImpl(const Stmt *stmt, in getSourceRangeImpl() function
318 SourceRange getSourceRangeImpl(const Stmt *stmt, in getSourceRangeImpl() function
332 return getSourceRangeImpl<type>(this, &type::getSourceRange); in getSourceRange()
H A DExprCXX.cpp603 Range = getSourceRangeImpl();
639 SourceRange CXXOperatorCallExpr::getSourceRangeImpl() const { in getSourceRangeImpl() function in CXXOperatorCallExpr
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h90 SourceRange getSourceRangeImpl() const LLVM_READONLY;