Home
last modified time | relevance | path

Searched refs:getCaretLocation (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2201 BD->getCaretLocation(), in markEscapingByrefs()
H A DTreeTransform.h14534 SemaRef.ActOnBlockStart(E->getCaretLocation(), /*Scope=*/nullptr); in TransformBlockExpr()
14549 E->getCaretLocation(), oldBlock->parameters(), nullptr, in TransformBlockExpr()
14552 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr); in TransformBlockExpr()
14578 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr); in TransformBlockExpr()
14594 cast<VarDecl>(getDerived().TransformDecl(E->getCaretLocation(), in TransformBlockExpr()
14602 return SemaRef.ActOnBlockStmtExpr(E->getCaretLocation(), body.get(), in TransformBlockExpr()
H A DSemaExpr.cpp16672 checkNonTrivialCUnion(RetTy, BD->getCaretLocation(), NTCUC_FunctionReturn, in ActOnBlockStmtExpr()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExpr.cpp2489 SourceLocation BlockExpr::getCaretLocation() const { in getCaretLocation() function in BlockExpr
2490 return TheBlock->getCaretLocation(); in getCaretLocation()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h5990 SourceLocation getCaretLocation() const;
5995 return getCaretLocation(); in getBeginLoc()
H A DDecl.h4405 SourceLocation getCaretLocation() const { return getLocation(); } in getCaretLocation() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4900 SourceLocation loc = blockDecl->getCaretLocation(); in EmitDeclareOfBlockLiteralArgVariable()