Searched refs:getCaretLocation (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | TreeTransform.h | 8758 SemaRef.ActOnBlockStart(E->getCaretLocation(), /*Scope=*/0); in TransformBlockExpr() 8769 if (getDerived().TransformFunctionTypeParams(E->getCaretLocation(), in TransformBlockExpr() 8773 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/0); in TransformBlockExpr() 8783 getSema().Diag(E->getCaretLocation(), in TransformBlockExpr() 8786 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/0); in TransformBlockExpr() 8811 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/0); in TransformBlockExpr() 8829 cast<VarDecl>(getDerived().TransformDecl(E->getCaretLocation(), in TransformBlockExpr() 8837 return SemaRef.ActOnBlockStmtExpr(E->getCaretLocation(), body.get(), in TransformBlockExpr()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1640 SourceLocation BlockExpr::getCaretLocation() const { in getCaretLocation() function in BlockExpr 1641 return TheBlock->getCaretLocation(); in getCaretLocation()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4264 SourceLocation getCaretLocation() const; 4269 return SourceRange(getCaretLocation(), getBody()->getLocEnd()); in getSourceRange()
|
D | Decl.h | 3134 SourceLocation getCaretLocation() const { return getLocation(); } in getCaretLocation() function
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2410 SourceLocation loc = blockDecl->getCaretLocation(); in EmitDeclareOfBlockLiteralArgVariable()
|