Searched defs:CaretLoc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp317 mapDiagnosticRanges( SourceLocation CaretLoc, ArrayRef<CharSourceRange> Ranges, SmallVectorImpl<CharSourceRange> &SpellingRanges, const SourceManager *SM) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp2469 void Parser::ParseBlockId(SourceLocation CaretLoc) { argument
2504 SourceLocation CaretLoc = ConsumeToken(); local
2575 attrs, CaretLoc); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp8275 DiagnoseAmbiguousConversion( Sema &S, SourceLocation CaretLoc, const PartialDiagnostic &PDiag) const argument
H A DSemaExpr.cpp10178 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { argument
10205 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, argument
10326 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { argument
10338 ExprResult Sema::ActOnBlockStmtExpr(SourceLocation CaretLoc, argument

Completed in 184 milliseconds