Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTreeTransform.h9669 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()
/external/clang/include/clang/AST/
DExpr.h4530 SourceLocation getCaretLocation() const;
4534 SourceLocation getLocStart() const LLVM_READONLY { return getCaretLocation(); } in getLocStart()
DDecl.h3296 SourceLocation getCaretLocation() const { return getLocation(); } in getCaretLocation() function
/external/clang/lib/AST/
DExpr.cpp1943 SourceLocation BlockExpr::getCaretLocation() const { in getCaretLocation() function in BlockExpr
1944 return TheBlock->getCaretLocation(); in getCaretLocation()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2947 SourceLocation loc = blockDecl->getCaretLocation(); in EmitDeclareOfBlockLiteralArgVariable()