Searched refs:isSafeForCXXConstantCapture (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ | ||
H A D | CGBlocks.cpp | 238 static bool isSafeForCXXConstantCapture(QualType type) { function 275 if (CGM.getLangOpts().CPlusPlus && !isSafeForCXXConstantCapture(type)) |
Completed in 532 milliseconds