Searched refs:getCaretLocation (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | Sema.cpp | 2201 BD->getCaretLocation(), in markEscapingByrefs()
|
H A D | TreeTransform.h | 14534 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 D | SemaExpr.cpp | 16672 checkNonTrivialCUnion(RetTy, BD->getCaretLocation(), NTCUC_FunctionReturn, in ActOnBlockStmtExpr()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Expr.cpp | 2489 SourceLocation BlockExpr::getCaretLocation() const { in getCaretLocation() function in BlockExpr 2490 return TheBlock->getCaretLocation(); in getCaretLocation()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Expr.h | 5990 SourceLocation getCaretLocation() const; 5995 return getCaretLocation(); in getBeginLoc()
|
H A D | Decl.h | 4405 SourceLocation getCaretLocation() const { return getLocation(); } in getCaretLocation() function
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 4900 SourceLocation loc = blockDecl->getCaretLocation(); in EmitDeclareOfBlockLiteralArgVariable()
|