Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp3038 CXXConstructExpr *CXXConstExpr = in GenerateObjCAtomicGetterCopyHelperFunction() local
3043 ConstructorArgs.append(std::next(CXXConstExpr->arg_begin()), in GenerateObjCAtomicGetterCopyHelperFunction()
3044 CXXConstExpr->arg_end()); in GenerateObjCAtomicGetterCopyHelperFunction()
3048 CXXConstExpr->getConstructor(), in GenerateObjCAtomicGetterCopyHelperFunction()
3049 CXXConstExpr->isElidable(), in GenerateObjCAtomicGetterCopyHelperFunction()
3051 CXXConstExpr->hadMultipleCandidates(), in GenerateObjCAtomicGetterCopyHelperFunction()
3052 CXXConstExpr->isListInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction()
3053 CXXConstExpr->isStdInitListInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction()
3054 CXXConstExpr->requiresZeroInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction()
3055 CXXConstExpr->getConstructionKind(), in GenerateObjCAtomicGetterCopyHelperFunction()