Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp2030 SourceLocation BlockExpr::getCaretLocation() const { in getCaretLocation() function in BlockExpr
2031 return TheBlock->getCaretLocation(); in getCaretLocation()
/external/clang/lib/Sema/
DTreeTransform.h11004 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()
/external/clang/include/clang/AST/
DExpr.h4683 SourceLocation getCaretLocation() const;
4687 SourceLocation getLocStart() const LLVM_READONLY { return getCaretLocation(); } in getLocStart()
DDecl.h3509 SourceLocation getCaretLocation() const { return getLocation(); } in getCaretLocation() function
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3158 SourceLocation loc = blockDecl->getCaretLocation(); in EmitDeclareOfBlockLiteralArgVariable()