Home
last modified time | relevance | path

Searched refs:DynamicType (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp59 void reportTypeError(QualType DynamicType, QualType StaticType,
68 void DynamicTypeChecker::reportTypeError(QualType DynamicType, in reportTypeError() argument
77 QualType::print(DynamicType.getTypePtr(), Qualifiers(), OS, C.getLangOpts(), in reportTypeError()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCMakeLists.txt24 DynamicType.cpp
/netbsd/external/apache2/llvm/lib/libclangStaticAnalyzerCore/
H A DMakefile26 DynamicType.cpp \
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/
H A DBUILD.gn33 "DynamicType.cpp",
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp5564 struct DynamicType { struct
5581 static Optional<DynamicType> ComputeDynamicType(EvalInfo &Info, const Expr *E, in ComputeDynamicType() argument
5623 return DynamicType{getBaseClassType(This.Designator, PathLength), in ComputeDynamicType()
5639 Optional<DynamicType> DynType = ComputeDynamicType( in HandleVirtualDispatch()
5757 Optional<DynamicType> DynType = in HandleDynamicCast()
8320 Optional<DynamicType> DynType = in VisitCXXTypeidExpr()