Home
last modified time | relevance | path

Searched refs:CXXConstExpr (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjC.cpp3305 CXXConstructExpr *CXXConstExpr = in GenerateObjCAtomicGetterCopyHelperFunction() local
3310 ConstructorArgs.append(std::next(CXXConstExpr->arg_begin()), in GenerateObjCAtomicGetterCopyHelperFunction()
3311 CXXConstExpr->arg_end()); in GenerateObjCAtomicGetterCopyHelperFunction()
3315 CXXConstExpr->getConstructor(), in GenerateObjCAtomicGetterCopyHelperFunction()
3316 CXXConstExpr->isElidable(), in GenerateObjCAtomicGetterCopyHelperFunction()
3318 CXXConstExpr->hadMultipleCandidates(), in GenerateObjCAtomicGetterCopyHelperFunction()
3319 CXXConstExpr->isListInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction()
3320 CXXConstExpr->isStdInitListInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction()
3321 CXXConstExpr->requiresZeroInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction()
3322 CXXConstExpr->getConstructionKind(), in GenerateObjCAtomicGetterCopyHelperFunction()