Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.cpp68 switch (auto LocType = Symbol.getLocationType()) { in dump() local
80 Printer << "data(unexpected type=" << LocType << ")"; in dump()
DVariableDumper.cpp42 switch (auto LocType = Var.getLocationType()) { in start() local
81 Printer << "unknown(" << LocType << ") "; in start()
/external/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp898 QualType LocType = TVR->getValueType(); in checkBind() local
899 if (!LocType->isAnyPointerType()) in checkBind()
916 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()
/external/clang/lib/Sema/
DSemaDecl.cpp4619 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local
4620 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()