Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp306 SourceRange getSourceRangeImpl(const Stmt *stmt, in getSourceRangeImpl() function
316 SourceRange getSourceRangeImpl(const Stmt *stmt, in getSourceRangeImpl() function
330 return getSourceRangeImpl<type>(this, &type::getSourceRange); in getSourceRange()
H A DExprCXX.cpp548 Range = getSourceRangeImpl();
584 SourceRange CXXOperatorCallExpr::getSourceRangeImpl() const { in getSourceRangeImpl() function in CXXOperatorCallExpr
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h91 SourceRange getSourceRangeImpl() const LLVM_READONLY;