reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  357                       C.getLocation());
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4641                                               CI->getLocation());
 4645                               CI->getLocation());
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
   77             VD->getType().getNonReferenceType(), VK_LValue, C.getLocation());
  231                           C.getLocation());
  300       llvm::Value *CV = EmitLoadOfScalar(EmitLValue(*I), CurCap->getLocation());
  313             Ctx.getPointerType(CurField->getType()), CurCap->getLocation());
  321         CV = EmitLoadOfScalar(DstLV, CurCap->getLocation());
  510             castValueFromUintptr(CGF, I->getLocation(), FD->getType(),
  514       llvm::Value *ExprArg = CGF.EmitLoadOfScalar(ArgLVal, I->getLocation());
  540                                          CGF, I->getLocation(), FD->getType(),
  546       CXXThisValue = CGF.EmitLoadOfScalar(ArgLVal, I->getLocation());
tools/clang/lib/Sema/SemaOpenMP.cpp
 3067           Cap.getLocation(), /*RefersToCapture=*/true);
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  434     Record.AddSourceLocation(I.getLocation());