reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
36 class CGOpenMPRegionInfo : public CodeGenFunction::CGCapturedStmtInfo {
57 static inline bool doit(const From &Val) { 104 static inline bool doit(const From *Val) { 106 return isa_impl<To, From>::doit(*Val); 263 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { 263 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { 265 return cast_convert_val<X, Y*, 266 typename simplify_type<Y*>::SimpleType>::doit(Val); 366 LLVM_NODISCARD inline typename cast_retty<X, Y *>::ret_type 367 dyn_cast_or_null(Y *Val) {tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
36 class CGOpenMPRegionInfo : public CodeGenFunction::CGCapturedStmtInfo { 84 static bool classof(const CGCapturedStmtInfo *Info) { 117 static bool classof(const CGCapturedStmtInfo *Info) { 205 static bool classof(const CGCapturedStmtInfo *Info) { 223 CGOpenMPInlinedRegionInfo(CodeGenFunction::CGCapturedStmtInfo *OldCSI, 277 if (auto *OuterRegionInfo = getOldCSI()) 287 CodeGenFunction::CGCapturedStmtInfo *getOldCSI() const { return OldCSI; } 289 static bool classof(const CGCapturedStmtInfo *Info) { 298 CodeGenFunction::CGCapturedStmtInfo *OldCSI; 322 static bool classof(const CGCapturedStmtInfo *Info) { 387 static bool classof(const CGCapturedStmtInfo *Info) { return false; } 421 auto *OldCSI = 4761 CodeGenFunction::CGCapturedStmtInfo CapturesInfo(CS);tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
330 if (auto *CSI = CGF.CapturedStmtInfo) {
tools/clang/lib/CodeGen/CGStmt.cpp 2381 CGCapturedStmtRAII CapInfoRAII(CGF, new CGCapturedStmtInfo(S, K));
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp 3606 CodeGenFunction::CGCapturedStmtInfo CapStmtInfo;
tools/clang/lib/CodeGen/CodeGenFunction.h384 static bool classof(const CGCapturedStmtInfo *) { 411 CGCapturedStmtInfo *CapturedStmtInfo = nullptr; 417 CGCapturedStmtInfo *PrevCapturedStmtInfo; 420 CGCapturedStmtInfo *NewCapturedStmtInfo)usr/include/c++/7.4.0/type_traits
1983 { typedef _Up type; };