Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp1974 if (SrcType.mayBeNotDynamicClass() && DestTy.mayBeDynamicClass()) { in VisitCastExpr()
1978 } else if (SrcType.mayBeDynamicClass() && DestTy.mayBeNotDynamicClass()) { in VisitCastExpr()
/external/llvm-project/clang/lib/AST/
DType.cpp98 bool QualType::mayBeNotDynamicClass() const { in mayBeNotDynamicClass() function in QualType
/external/llvm-project/clang/include/clang/AST/
DType.h824 bool mayBeNotDynamicClass() const;