Home
last modified time | relevance | path

Searched refs:LocType (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
DVariableDumper.cpp43 switch (auto LocType = Var.getLocationType()) { in start() local
82 Printer << "unknown(" << LocType << ") "; in start()
DCompilandDumper.cpp114 switch (auto LocType = Symbol.getLocationType()) { in dump() local
126 Printer << "data(unexpected type=" << LocType << ")"; in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.cpp136 switch (auto LocType = Symbol.getLocationType()) { in dump() local
154 Printer << "data(unexpected type=" << LocType << ")"; in dump()
DPrettyVariableDumper.cpp48 switch (auto LocType = Var.getLocationType()) { in start() local
88 Printer << "unknown(" << LocType << ") "; in start()
/external/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp1087 QualType LocType = TVR->getValueType(); in checkBind() local
1088 if (!LocType->isAnyPointerType()) in checkBind()
1105 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()
/external/clang/lib/Basic/
DSourceManager.cpp1163 template<typename LocType>
1164 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
/external/clang/lib/Sema/
DSemaDecl.cpp4750 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local
4751 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()