Searched refs:CaretLoc (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp2469 void Parser::ParseBlockId(SourceLocation CaretLoc) { argument
2489 Actions.ActOnBlockArguments(CaretLoc, DeclaratorInfo, getCurScope());
2504 SourceLocation CaretLoc = ConsumeToken(); local
2506 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), CaretLoc,
2517 Actions.ActOnBlockStart(CaretLoc, getCurScope());
2534 ParamInfo.SetIdentifier(0, CaretLoc);
2540 Actions.ActOnBlockError(CaretLoc, getCurScope());
2547 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope());
2549 ParseBlockId(CaretLoc);
2573 CaretLoc, CaretLo
2575 attrs, CaretLoc); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp309 // around the location specified by CaretLoc.
318 SourceLocation CaretLoc,
322 FileID CaretLocFileID = SM->getFileID(CaretLoc);
317 mapDiagnosticRanges( SourceLocation CaretLoc, ArrayRef<CharSourceRange> Ranges, SmallVectorImpl<CharSourceRange> &SpellingRanges, const SourceManager *SM) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h554 SourceLocation CaretLoc,
H A DSema.h3592 void ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope);
3596 void ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo,
3601 void ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope);
3605 ExprResult ActOnBlockStmtExpr(SourceLocation CaretLoc, Stmt *Body,
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3236 BlockDecl(DeclContext *DC, SourceLocation CaretLoc)
3237 : Decl(Block, DC, CaretLoc), DeclContext(Block),
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1871 void ParseBlockId(SourceLocation CaretLoc);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp10178 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { argument
10179 BlockDecl *Block = BlockDecl::Create(Context, CurContext, CaretLoc);
10205 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, argument
10216 if (DiagnoseUnexpandedParameterPack(CaretLoc, Sig, UPPC_Block)) {
10326 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { argument
10338 ExprResult Sema::ActOnBlockStmtExpr(SourceLocation CaretLoc, argument
10342 Diag(CaretLoc, diag::err_blocks_disable);
H A DSemaOverload.cpp8277 SourceLocation CaretLoc,
8279 S.Diag(CaretLoc, PDiag)
8275 DiagnoseAmbiguousConversion( Sema &S, SourceLocation CaretLoc, const PartialDiagnostic &PDiag) const argument

Completed in 413 milliseconds