Home
last modified time | relevance | path

Searched defs:CaretLoc (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp356 mapDiagnosticRanges(FullSourceLoc CaretLoc, ArrayRef<CharSourceRange> Ranges, in mapDiagnosticRanges()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp3523 void Parser::ParseBlockId(SourceLocation CaretLoc) { in ParseBlockId()
3558 SourceLocation CaretLoc = ConsumeToken(); in ParseBlockLiteralExpression() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp16430 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockStart()
16459 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments()
16577 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockError()
16589 ExprResult Sema::ActOnBlockStmtExpr(SourceLocation CaretLoc, in ActOnBlockStmtExpr()
H A DSemaOverload.cpp10669 SourceLocation CaretLoc, in DiagnoseAmbiguousConversion()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp4906 BlockDecl::BlockDecl(DeclContext *DC, SourceLocation CaretLoc) in BlockDecl()