Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp135 switch (auto LocType = Symbol.getLocationType()) { in dump() local
153 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()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp1217 QualType LocType = TVR->getValueType(); in checkBind() local
1218 if (!LocType->isAnyPointerType()) in checkBind()
1235 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()
1264 OS << (LocType->isObjCObjectPointerType() ? "nil" : "Null"); in checkBind()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1231 template<typename LocType>
1232 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp6013 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local
6014 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()