Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp550 Range = getSourceRangeImpl();
586 SourceRange CXXOperatorCallExpr::getSourceRangeImpl() const { in getSourceRangeImpl() function in CXXOperatorCallExpr
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h90 SourceRange getSourceRangeImpl() const LLVM_READONLY;