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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp2367 void Parser::ParseBlockId(SourceLocation CaretLoc) { argument
2387 Actions.ActOnBlockArguments(CaretLoc, DeclaratorInfo, getCurScope());
2402 SourceLocation CaretLoc = ConsumeToken(); local
2404 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), CaretLoc,
2415 Actions.ActOnBlockStart(CaretLoc, getCurScope());
2432 ParamInfo.SetIdentifier(0, CaretLoc);
2438 Actions.ActOnBlockError(CaretLoc, getCurScope());
2445 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope());
2447 ParseBlockId(CaretLoc);
2471 CaretLoc, CaretLo
2473 attrs, CaretLoc); local
[all...]
/freebsd-10.0-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.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h568 SourceLocation CaretLoc,
H A DSema.h3418 void ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope);
3422 void ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo,
3427 void ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope);
3431 ExprResult ActOnBlockStmtExpr(SourceLocation CaretLoc, Stmt *Body,
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3110 BlockDecl(DeclContext *DC, SourceLocation CaretLoc)
3111 : Decl(Block, DC, CaretLoc), DeclContext(Block),
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1834 void ParseBlockId(SourceLocation CaretLoc);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9751 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { argument
9752 BlockDecl *Block = BlockDecl::Create(Context, CurContext, CaretLoc);
9767 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, argument
9778 if (DiagnoseUnexpandedParameterPack(CaretLoc, Sig, UPPC_Block)) {
9899 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { argument
9911 ExprResult Sema::ActOnBlockStmtExpr(SourceLocation CaretLoc, argument
9915 Diag(CaretLoc, diag::err_blocks_disable);
H A DSemaOverload.cpp8076 SourceLocation CaretLoc,
8078 S.Diag(CaretLoc, PDiag)
8074 DiagnoseAmbiguousConversion( Sema &S, SourceLocation CaretLoc, const PartialDiagnostic &PDiag) const argument

Completed in 216 milliseconds