Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1093 return CT_Dependent; in canDynamicCastThrow()
1099 return CT_Dependent; in canDynamicCastThrow()
1110 return CT_Dependent; in canTypeidThrow()
1165 CT = CT_Dependent; in canThrow()
1207 CT = CT_Dependent; in canThrow()
1220 CT = CT_Dependent; in canThrow()
1326 cast<Expr>(S)->isTypeDependent() ? CT_Dependent : CT_Cannot; in canThrow()
1339 return CT_Dependent; in canThrow()
1345 return CT_Dependent; in canThrow()
1354 return CT_Dependent; in canThrow()
[all …]
H A DSemaTemplateDeduction.cpp1816 case CT_Dependent: in DeduceTemplateArgumentsByTypeMatch()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DExceptionSpecificationType.h56 CT_Dependent, enumerator
/openbsd/gnu/llvm/clang/lib/AST/
H A DComputeDependence.cpp357 if (CT == CT_Dependent) in computeDependence()
H A DType.cpp3367 return CT_Dependent; in canThrow()
3371 return CT_Dependent; in canThrow()
H A DASTImporter.cpp7642 ToCanThrow = CT_Dependent; in VisitCXXNoexceptExpr()