Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp137 switch (auto LocType = Symbol.getLocationType()) { in dump() local
155 Printer << "data(unexpected type=" << LocType << ")"; in dump()
H A DPrettyVariableDumper.cpp48 switch (auto LocType = Var.getLocationType()) { in start() local
88 Printer << "unknown(" << LocType << ") "; in start()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp1063 QualType LocType = TVR->getValueType(); in checkBind() local
1064 if (!LocType->isAnyPointerType()) in checkBind()
1081 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()
1111 OS << (LocType->isObjCObjectPointerType() ? "nil" : "Null"); in checkBind()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1165 template<typename LocType>
1166 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp5139 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local
5140 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()