Home
last modified time | relevance | path

Searched refs:getLocationType (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp177 QualType DynT = R->getLocationType(); in isDereferencableUninit()
245 QualType DynT = R->getLocationType(); in dereference()
257 DynT = R->getLocationType(); in dereference()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp42 dumpSymbolField(OS, "locationType", getLocationType(), Indent); in dump()
65 PDB_LocType NativeSymbolEnumerator::getLocationType() const { in getLocationType() function in NativeSymbolEnumerator
H A DNativeRawSymbol.cpp381 PDB_LocType NativeRawSymbol::getLocationType() const { in getLocationType() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolBlock.h30 FORWARD_SYMBOL_METHOD(getLocationType)
H A DPDBSymbolPublicSymbol.h32 FORWARD_SYMBOL_METHOD(getLocationType)
H A DPDBSymbolLabel.h32 FORWARD_SYMBOL_METHOD(getLocationType)
H A DPDBSymbolFuncDebugEnd.h34 FORWARD_SYMBOL_METHOD(getLocationType)
H A DPDBSymbolFuncDebugStart.h33 FORWARD_SYMBOL_METHOD(getLocationType)
H A DPDBSymbolData.h41 FORWARD_SYMBOL_METHOD(getLocationType)
H A DPDBSymbolFunc.h59 FORWARD_SYMBOL_METHOD(getLocationType)
H A DIPDBRawSymbol.h168 virtual PDB_LocType getLocationType() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.h37 PDB_LocType getLocationType() const override;
H A DNativeRawSymbol.h142 PDB_LocType getLocationType() const override;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h515 virtual QualType getLocationType() const = 0;
518 return getLocationType().getDesugaredType(Context); in getDesugaredLocationType()
541 QualType getLocationType() const override { in getLocationType() function
595 QualType getLocationType() const override { in getLocationType() function
648 QualType getLocationType() const override { in getLocationType() function
702 QualType getLocationType() const override { return BC->getLocationType(); } in getLocationType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DDynamicTypeMap.cpp39 return DynamicTypeInfo(TR->getLocationType(), /*CanBeSubclass=*/false); in getDynamicTypeInfo()
H A DSimpleConstraintManager.cpp35 T = TR->getLocationType(); in assume()
H A DRegionStore.cpp1427 T = TR->getLocationType()->getPointeeType(); in getBinding()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp137 switch (auto LocType = Symbol.getLocationType()) { in dump()
H A DPrettyVariableDumper.cpp48 switch (auto LocType = Var.getLocationType()) { in start()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h137 PDB_LocType getLocationType() const override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp508 switch (symbol.getLocationType()) { in ConvertPDBLocationToDWARFExpression()
H A DPDBASTParser.cpp1231 auto location_type = member->getLocationType(); in AddRecordMembers()
H A DSymbolFilePDB.cpp904 switch (pdb_data.getLocationType()) { in ParseVariableForPDBData()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp907 PDB_LocType DIARawSymbol::getLocationType() const { in getLocationType() function in DIARawSymbol