Home
last modified time | relevance | path

Searched defs:getCaretLocation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4520 SourceLocation getCaretLocation() const { return getLocation(); } in getCaretLocation() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2483 SourceLocation BlockExpr::getCaretLocation() const { in getCaretLocation() function in BlockExpr