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

References

tools/clang/include/clang/AST/ExprCXX.h
 3969              /*ValueDependent*/ Val == CT_Dependent,
 3970              Val == CT_Dependent || Operand->isInstantiationDependent(),
tools/clang/lib/AST/ASTImporter.cpp
 6882     ToCanThrow = CT_Dependent;
tools/clang/lib/AST/Type.cpp
 3115     return CT_Dependent;
 3118     return CT_Dependent;
tools/clang/lib/Sema/SemaExceptionSpec.cpp
 1038     return CT_Dependent;
 1044     return CT_Dependent;
 1055     return CT_Dependent;
 1106       CT = CT_Dependent;
 1143       CT = CT_Dependent;
 1155       CT = CT_Dependent;
 1234     CanThrowResult CT = E->isTypeDependent() ? CT_Dependent : CT_Cannot;
 1250       return CT_Dependent;
 1255       return CT_Dependent;
 1263     return CT_Dependent;
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 1720         case CT_Dependent: