reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
13277   if (E->isGLValue() || T->isFunctionType()) {
13282   } else if (T->isVectorType()) {
13285   } else if (T->isIntegralOrEnumerationType()) {
13288   } else if (T->hasPointerRepresentation()) {
13293   } else if (T->isRealFloatingType()) {
13298   } else if (T->isAnyComplexType()) {
13303   } else if (T->isFixedPointType()) {
13305   } else if (T->isMemberPointerType()) {
13311   } else if (T->isArrayType()) {
13314         Info.CurrentCall->createTemporary(E, T, false, LV);
13318   } else if (T->isRecordType()) {
13320     APValue &Value = Info.CurrentCall->createTemporary(E, T, false, LV);
13324   } else if (T->isVoidType()) {
13330   } else if (T->isAtomicType()) {
13331     QualType Unqual = T.getAtomicUnqualifiedType();