Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp2061 if (SrcType.mayBeNotDynamicClass() && DestTy.mayBeDynamicClass()) { in VisitCastExpr()
2065 } else if (SrcType.mayBeDynamicClass() && DestTy.mayBeNotDynamicClass()) { in VisitCastExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp98 bool QualType::mayBeNotDynamicClass() const { in mayBeNotDynamicClass() function in QualType
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h896 bool mayBeNotDynamicClass() const;