Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp2015 if (SrcType.mayBeNotDynamicClass() && DestTy.mayBeDynamicClass()) { in VisitCastExpr()
2019 } else if (SrcType.mayBeDynamicClass() && DestTy.mayBeNotDynamicClass()) { in VisitCastExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp98 bool QualType::mayBeNotDynamicClass() const { in mayBeNotDynamicClass() function in QualType
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h831 bool mayBeNotDynamicClass() const;