Searched refs:getCaretLocation (Results 1 – 5 of 5) sorted by relevance
2030 SourceLocation BlockExpr::getCaretLocation() const { in getCaretLocation() function in BlockExpr2031 return TheBlock->getCaretLocation(); in getCaretLocation()
11004 SemaRef.ActOnBlockStart(E->getCaretLocation(), /*Scope=*/nullptr); in TransformBlockExpr()11015 if (getDerived().TransformFunctionTypeParams(E->getCaretLocation(), in TransformBlockExpr()11019 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr); in TransformBlockExpr()11044 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr); in TransformBlockExpr()11061 cast<VarDecl>(getDerived().TransformDecl(E->getCaretLocation(), in TransformBlockExpr()11069 return SemaRef.ActOnBlockStmtExpr(E->getCaretLocation(), body.get(), in TransformBlockExpr()
4683 SourceLocation getCaretLocation() const;4687 SourceLocation getLocStart() const LLVM_READONLY { return getCaretLocation(); } in getLocStart()
3509 SourceLocation getCaretLocation() const { return getLocation(); } in getCaretLocation() function
3158 SourceLocation loc = blockDecl->getCaretLocation(); in EmitDeclareOfBlockLiteralArgVariable()