Searched refs:EmitCheckSourceLocation (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExpr.cpp580 EmitCheckSourceLocation(Loc),
646 EmitCheckSourceLocation(Loc),
735 EmitCheckSourceLocation(E->getExprLoc()),
1309 EmitCheckSourceLocation(Loc),
2349 llvm::Constant *CodeGenFunction::EmitCheckSourceLocation(SourceLocation Loc) { function in class:CodeGenFunction
3837 EmitCheckSourceLocation(E->getLocStart()),
3867 EmitCheckSourceLocation(E->getLocStart()),
H A DCGCall.cpp2489 EmitCheckSourceLocation(EndLoc),
2490 EmitCheckSourceLocation(RetNNAttr->getLocation()),
2822 EmitCheckSourceLocation(ArgLoc),
2823 EmitCheckSourceLocation(NNAttr->getLocation()),
H A DCodeGenFunction.cpp1002 "missing_return", EmitCheckSourceLocation(FD->getLocation()),
1684 EmitCheckSourceLocation(size->getLocStart()),
H A DCGClass.cpp2588 EmitCheckSourceLocation(Loc),
H A DCGExprScalar.cpp723 llvm::Constant *StaticArgs[] = {CGF.EmitCheckSourceLocation(Loc),
937 StaticData.push_back(CGF.EmitCheckSourceLocation(Info.E->getExprLoc()));
H A DCodeGenFunction.h3003 llvm::Constant *EmitCheckSourceLocation(SourceLocation Loc);
H A DCGBuiltin.cpp692 "builtin_unreachable", EmitCheckSourceLocation(E->getExprLoc()),

Completed in 199 milliseconds