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

References

tools/clang/lib/Sema/SemaConcept.cpp
   96     if (E.isInvalid() || Trap.hasErrorOccurred()) {
tools/clang/lib/Sema/SemaDecl.cpp
 8042       if (Trap.hasErrorOccurred())
tools/clang/lib/Sema/SemaExprCXX.cpp
 4991     if (Result.isInvalid() || SFINAE.hasErrorOccurred())
 5197     return !Result.isInvalid() && !SFINAE.hasErrorOccurred();
 5252     if (SFINAE.hasErrorOccurred())
 7693     if (Trap.hasErrorOccurred() || Res.isInvalid())
tools/clang/lib/Sema/SemaExprMember.cpp
 1020         if (RetryExpr.isUsable() && !Trap.hasErrorOccurred()) {
 1026         if (Trap.hasErrorOccurred())
tools/clang/lib/Sema/SemaOverload.cpp
 6432   if (Trap.hasErrorOccurred())
 6455     if (Trap.hasErrorOccurred())
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 2786   if (Trap.hasErrorOccurred())
 2828   if (Trap.hasErrorOccurred())
 2871   if (Trap.hasErrorOccurred())
 2912   if (Trap.hasErrorOccurred())
 3010       Trap.hasErrorOccurred()) {
 3094     if (ResultType.isNull() || Trap.hasErrorOccurred())
 3132     if (FunctionType->isNull() || Trap.hasErrorOccurred())
 3377       !Trap.hasErrorOccurred())
 3383   if (Trap.hasErrorOccurred()) {
 5241         Trap.hasErrorOccurred())