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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp136 switch (auto LocType = Symbol.getLocationType()) {
154 Printer << "data(unexpected type=" << LocType << ")"; local
H A DPrettyVariableDumper.cpp47 switch (auto LocType = Var.getLocationType()) {
87 Printer << "unknown(" << LocType << ") "; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp1055 QualType LocType = TVR->getValueType();
1056 if (!LocType->isAnyPointerType())
1073 Nullability LocNullability = getNullabilityAnnotation(LocType);
1103 OS << (LocType->isObjCObjectPointerType() ? "nil" : "Null");
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1198 template<typename LocType>
1199 static bool isInvalid(LocType Loc, bool *Invalid) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5368 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI);
5369 DS.UpdateTypeRep(LocType);

Completed in 92 milliseconds