HomeSort by: relevance | last modified time | path
    Searched refs:EmitCheckSourceLocation (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 1379 EmitCheckSourceLocation(FD->getLocation()), None);
2204 EmitCheckSourceLocation(size->getBeginLoc()),
2635 llvm::Constant *StaticData[] = {EmitCheckSourceLocation(Loc),
2636 EmitCheckSourceLocation(SecondaryLoc),
CGExpr.cpp 790 EmitCheckSourceLocation(Loc), EmitCheckTypeDescriptor(Ty),
863 EmitCheckSourceLocation(Loc),
1009 EmitCheckSourceLocation(E->getExprLoc()),
1699 llvm::Constant *StaticArgs[] = {EmitCheckSourceLocation(Loc),
3065 llvm::Constant *CodeGenFunction::EmitCheckSourceLocation(SourceLocation Loc) {
3474 EmitCheckSourceLocation(Loc), None);
5174 llvm::Constant *StaticData[] = {EmitCheckSourceLocation(E->getBeginLoc()),
5210 EmitCheckSourceLocation(E->getBeginLoc()),
CGExprScalar.cpp 955 llvm::Constant *StaticArgs[] = {CGF.EmitCheckSourceLocation(Loc),
1049 CGF.EmitCheckSourceLocation(Loc), CGF.EmitCheckTypeDescriptor(SrcType),
1190 CGF.EmitCheckSourceLocation(Loc), CGF.EmitCheckTypeDescriptor(SrcType),
1537 StaticData.push_back(CGF.EmitCheckSourceLocation(Info.E->getExprLoc()));
5113 llvm::Constant *StaticArgs[] = {EmitCheckSourceLocation(Loc)};
CGCall.cpp 3637 llvm::Constant *StaticData[] = {EmitCheckSourceLocation(AttrLoc)};
4015 EmitCheckSourceLocation(ArgLoc), EmitCheckSourceLocation(AttrLoc),
CGStmt.cpp 1181 llvm::Constant *SLoc = EmitCheckSourceLocation(S.getBeginLoc());
CGClass.cpp 2795 EmitCheckSourceLocation(Loc),
CGDecl.cpp 751 EmitCheckSourceLocation(Loc), EmitCheckTypeDescriptor(LHS.getType()),
CGObjC.cpp 1937 EmitCheckSourceLocation(S.getBeginLoc()),
CodeGenFunction.h 4534 llvm::Constant *EmitCheckSourceLocation(SourceLocation Loc);
ItaniumCXXABI.cpp 769 CheckSourceLocation = CGF.EmitCheckSourceLocation(E->getBeginLoc());
CGBuiltin.cpp 1631 {EmitCheckSourceLocation(E->getExprLoc()),

Completed in 51 milliseconds