Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2036 if (SrcType.mayBeNotDynamicClass() && DestTy.mayBeDynamicClass()) { in VisitCastExpr()
2040 } else if (SrcType.mayBeDynamicClass() && DestTy.mayBeNotDynamicClass()) { in VisitCastExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp98 bool QualType::mayBeNotDynamicClass() const { in mayBeNotDynamicClass() function in QualType
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h831 bool mayBeNotDynamicClass() const;