Searched defs:CaretLoc (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 356 mapDiagnosticRanges(FullSourceLoc CaretLoc,ArrayRef<CharSourceRange> Ranges,SmallVectorImpl<CharSourceRange> & SpellingRanges) mapDiagnosticRanges() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 3716 ParseBlockId(SourceLocation CaretLoc) ParseBlockId() argument 3752 SourceLocation CaretLoc = ConsumeToken(); ParseBlockLiteralExpression() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 15889 ActOnBlockStart(SourceLocation CaretLoc,Scope * CurScope) ActOnBlockStart() argument 15918 ActOnBlockArguments(SourceLocation CaretLoc,Declarator & ParamInfo,Scope * CurScope) ActOnBlockArguments() argument 16037 ActOnBlockError(SourceLocation CaretLoc,Scope * CurScope) ActOnBlockError() argument 16047 ActOnBlockStmtExpr(SourceLocation CaretLoc,Stmt * Body,Scope * CurScope) ActOnBlockStmtExpr() argument
|
H A D | SemaOverload.cpp | 11127 DiagnoseAmbiguousConversion(Sema & S,SourceLocation CaretLoc,const PartialDiagnostic & PDiag) const DiagnoseAmbiguousConversion() argument
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 5207 BlockDecl(DeclContext * DC,SourceLocation CaretLoc) BlockDecl() argument
|