Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp3895 CXXConstructExpr *CXXConstExpr = in GenerateObjCAtomicGetterCopyHelperFunction() local
3900 ConstructorArgs.append(std::next(CXXConstExpr->arg_begin()), in GenerateObjCAtomicGetterCopyHelperFunction()
3901 CXXConstExpr->arg_end()); in GenerateObjCAtomicGetterCopyHelperFunction()
3905 CXXConstExpr->getConstructor(), in GenerateObjCAtomicGetterCopyHelperFunction()
3906 CXXConstExpr->isElidable(), in GenerateObjCAtomicGetterCopyHelperFunction()
3908 CXXConstExpr->hadMultipleCandidates(), in GenerateObjCAtomicGetterCopyHelperFunction()
3909 CXXConstExpr->isListInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction()
3910 CXXConstExpr->isStdInitListInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction()
3911 CXXConstExpr->requiresZeroInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction()
3912 CXXConstExpr->getConstructionKind(), in GenerateObjCAtomicGetterCopyHelperFunction()