Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp136 switch (auto LocType = Symbol.getLocationType()) { in dump() local
154 Printer << "data(unexpected type=" << LocType << ")"; in dump()
H A DPrettyVariableDumper.cpp49 switch (auto LocType = Var.getLocationType()) { in start() local
89 Printer << "unknown(" << LocType << ") "; in start()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp1258 QualType LocType = TVR->getValueType(); in checkBind() local
1259 if (!isValidPointerType(LocType)) in checkBind()
1276 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()
1305 OS << (LocType->isObjCObjectPointerType() ? "nil" : "Null"); in checkBind()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1166 template<typename LocType>
1167 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6150 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local
6151 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()