Searched refs:getCaretLocation (Results 1 – 5 of 5) sorted by relevance
9669 SemaRef.ActOnBlockStart(E->getCaretLocation(), /*Scope=*/nullptr); in TransformBlockExpr()9680 if (getDerived().TransformFunctionTypeParams(E->getCaretLocation(), in TransformBlockExpr()9684 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr); in TransformBlockExpr()9709 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr); in TransformBlockExpr()9726 cast<VarDecl>(getDerived().TransformDecl(E->getCaretLocation(), in TransformBlockExpr()9734 return SemaRef.ActOnBlockStmtExpr(E->getCaretLocation(), body.get(), in TransformBlockExpr()
4530 SourceLocation getCaretLocation() const;4534 SourceLocation getLocStart() const LLVM_READONLY { return getCaretLocation(); } in getLocStart()
3296 SourceLocation getCaretLocation() const { return getLocation(); } in getCaretLocation() function
1943 SourceLocation BlockExpr::getCaretLocation() const { in getCaretLocation() function in BlockExpr1944 return TheBlock->getCaretLocation(); in getCaretLocation()
2947 SourceLocation loc = blockDecl->getCaretLocation(); in EmitDeclareOfBlockLiteralArgVariable()