Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2285 if (SrcType.mayBeNotDynamicClass() && DestTy.mayBeDynamicClass()) { in VisitCastExpr()
2289 } else if (SrcType.mayBeDynamicClass() && DestTy.mayBeNotDynamicClass()) { in VisitCastExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp100 bool QualType::mayBeNotDynamicClass() const { in mayBeNotDynamicClass() function in QualType
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1148 bool mayBeNotDynamicClass() const;