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()
1305 OS << (LocType->isObjCObjectPointerType() ? "nil" : "Null"); in checkBind()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1186 template<typename LocType>
1187 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7041 using LocType = DbgVariableRecord::LocationType; in parseDebugRecord() typedef
7071 LocType ValueType = StringSwitch<LocType>(Lex.getStrVal()) in parseDebugRecord()
7072 .Case("declare", LocType::Declare) in parseDebugRecord()
7073 .Case("value", LocType::Value) in parseDebugRecord()
7074 .Case("assign", LocType::Assign); in parseDebugRecord()
7105 if (ValueType == LocType::Assign) { in parseDebugRecord()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6088 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation() local
6089 DS.UpdateTypeRep(LocType); in RebuildDeclaratorInCurrentInstantiation()