Searched refs:getDynamicTypeInfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp143 DynamicTypeInfo RecDynType = State->getDynamicTypeInfo(RecReg);
257 QualType OldDTy = C.getState()->getDynamicTypeInfo(ToR).getType();
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp446 DynamicTypeInfo DynType = getState()->getDynamicTypeInfo(R);
830 DynamicTypeInfo DTI = getState()->getDynamicTypeInfo(Receiver);
H A DProgramState.cpp762 DynamicTypeInfo ProgramState::getDynamicTypeInfo(const MemRegion *Reg) const { function in class:ProgramState
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h340 DynamicTypeInfo getDynamicTypeInfo(const MemRegion *Reg) const;

Completed in 53 milliseconds