HomeSort by: relevance | last modified time | path
    Searched refs:getCaretLocation (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 1988 BD->getCaretLocation(),
TreeTransform.h 13986 SemaRef.ActOnBlockStart(E->getCaretLocation(), /*Scope=*/nullptr);
14001 E->getCaretLocation(), oldBlock->parameters(), nullptr,
14004 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr);
14030 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr);
14046 cast<VarDecl>(getDerived().TransformDecl(E->getCaretLocation(),
14054 return SemaRef.ActOnBlockStmtExpr(E->getCaretLocation(), body.get(),
SemaExpr.cpp 15515 checkNonTrivialCUnion(RetTy, BD->getCaretLocation(), NTCUC_FunctionReturn,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 5908 SourceLocation getCaretLocation() const;
5913 return getCaretLocation();
Decl.h 4187 SourceLocation getCaretLocation() const { return getLocation(); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 2321 SourceLocation BlockExpr::getCaretLocation() const {
2322 return TheBlock->getCaretLocation();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 4605 SourceLocation loc = blockDecl->getCaretLocation();

Completed in 69 milliseconds