Home
last modified time | relevance | path

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

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