Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp47 switch (auto LocType = Var.getLocationType()) { in start() local
87 Printer << "unknown(" << LocType << ") "; in start()
H A DPrettyCompilandDumper.cpp136 switch (auto LocType = Symbol.getLocationType()) { in dump() local
154 Printer << "data(unexpected type=" << LocType << ")"; in dump()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp1101 QualType LocType = TVR->getValueType(); in checkBind() local
1102 if (!LocType->isAnyPointerType()) in checkBind()
1119 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()
1148 OS << (LocType->isObjCObjectPointerType() ? "nil" : "Null"); in checkBind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1227 template<typename LocType>
1228 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp5527 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local
5528 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()