Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp1259 QualType LocType = TVR->getValueType(); in checkBind() local
1260 if (!isValidPointerType(LocType)) in checkBind()
1277 Nullability LocNullability = getNullabilityAnnotation(LocType); in checkBind()
1306 OS << (LocType->isObjCObjectPointerType() ? "nil" : "Null"); in checkBind()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1181 template<typename LocType>
1182 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6741 using LocType = DbgVariableRecord::LocationType; in parseDebugRecord() typedef
6771 LocType ValueType = StringSwitch<LocType>(Lex.getStrVal()) in parseDebugRecord()
6772 .Case("declare", LocType::Declare) in parseDebugRecord()
6773 .Case("value", LocType::Value) in parseDebugRecord()
6774 .Case("assign", LocType::Assign); in parseDebugRecord()
6805 if (ValueType == LocType::Assign) { in parseDebugRecord()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5974 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local
5975 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()