Home
last modified time | relevance | path

Searched defs:Locs (Results 1 – 25 of 57) sorted by relevance

123

/llvm-project/llvm/unittests/CodeGen/
H A DCCStateTest.cpp33 SmallVector<CCValAssign, 8> Locs; in TEST() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUncheckedOptionalAccessCheck.cpp55 if (llvm::Expected<llvm::SmallVector<SourceLocation>> Locs = in check() local
H A DMultipleStatementMacroCheck.cpp45 ExpansionRanges Locs; in getExpansionRanges() local
/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp25 ArrayRef<SourceLocation> Locs, in makeAvailability()
H A DSemaAvailability.cpp386 DoEmitAvailabilityWarning(Sema & S,AvailabilityResult K,Decl * Ctx,const NamedDecl * ReferringDecl,const NamedDecl * OffendingDecl,StringRef Message,ArrayRef<SourceLocation> Locs,const ObjCInterfaceDecl * UnknownObjCClass,const ObjCPropertyDecl * ObjCProperty,bool ObjCPropertyAccess) DoEmitAvailabilityWarning() argument
668 EmitAvailabilityWarning(Sema & S,AvailabilityResult AR,const NamedDecl * ReferringDecl,const NamedDecl * OffendingDecl,StringRef Message,ArrayRef<SourceLocation> Locs,const ObjCInterfaceDecl * UnknownObjCClass,const ObjCPropertyDecl * ObjCProperty,bool ObjCPropertyAccess) EmitAvailabilityWarning() argument
1038 DiagnoseAvailabilityOfDecl(NamedDecl * D,ArrayRef<SourceLocation> Locs,const ObjCInterfaceDecl * UnknownObjCClass,bool ObjCPropertyAccess,bool AvoidPartialAvailabilityChecks,ObjCInterfaceDecl * ClassReceiver) DiagnoseAvailabilityOfDecl() argument
[all...]
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h155 DebugLocStream &Locs; variable
162 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder()
182 DebugLocStream &Locs; variable
H A DDebugLocEntry.h120 DbgValueLoc(const DIExpression *Expr, ArrayRef<DbgValueLocEntry> Locs) in DbgValueLoc() argument
124 DbgValueLoc(const DIExpression * Expr,ArrayRef<DbgValueLocEntry> Locs,bool IsVariadic) DbgValueLoc() argument
H A DDIEHash.cpp240 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList() local
/llvm-project/clang/unittests/Serialization/
H A DSourceLocationEncodingTest.cpp38 void roundTrip(std::vector<SourceLocation::UIntTy> Locs, in roundTrip()
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCCState.h47 SmallVectorImpl<CCValAssign> &Locs, LLVMContext &C) in AIXCCState()
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DArena.h130 std::vector<std::unique_ptr<StorageLocation>> Locs; variable
/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp67 ArrayRef<SMLoc> Locs = R->getLoc(); in locate() local
/llvm-project/clang/lib/Basic/
H A DSarif.cpp327 json::Array Locs; in createThreadFlows() local
396 json::Array Locs; in appendResult() local
/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp362 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId); emitLineTableForFunction() local
492 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd); encodeInlineLineTable() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp29 SmallVectorImpl<CCValAssign> &Locs, LLVMContext &Context, in CCState() argument
[all...]
H A DAssignmentTrackingAnalysis.cpp834 if (const auto *Locs = FnVarLocs->getWedge(&DVR)) { process() local
840 if (const auto *Locs = FnVarLocs->getWedge(&I)) { process() local
2506 const auto *Locs = FnVarLocs.getWedge(WedgePosition); removeRedundantDbgLocsUsingBackwardScan() local
2601 const auto *Locs = FnVarLocs.getWedge(WedgePosition); removeRedundantDbgLocsUsingForwardScan() local
2689 const auto *Locs = FnVarLocs.getWedge(WedgePosition); removeUndefDbgLocsFromEntryBlock() local
[all...]
H A DStackMaps.cpp209 parseOperand(MachineInstr::const_mop_iterator MOI,MachineInstr::const_mop_iterator MOE,LocationVec & Locs,LiveOutVec & LiveOuts) parseOperand() argument
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp969 void highlightObjCSelector(const ArrayRef<SourceLocation> &Locs, bool Decl, in highlightObjCSelector() argument
988 llvm::SmallVector<SourceLocation> Locs; in VisitObjCMethodDecl() local
997 llvm::SmallVector<SourceLocation> Locs; in VisitObjCMessageExpr() local
/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1141 Create(const ASTContext & C,const OMPVarListLocTy & Locs,ArrayRef<Expr * > Vars,ArrayRef<ValueDecl * > Declarations,MappableExprComponentListsRef ComponentLists,ArrayRef<Expr * > UDMapperRefs,Expr * IteratorModifier,ArrayRef<OpenMPMapModifierKind> MapModifiers,ArrayRef<SourceLocation> MapModifiersLoc,NestedNameSpecifierLoc UDMQualifierLoc,DeclarationNameInfo MapperId,OpenMPMapClauseKind Type,bool TypeIsImplicit,SourceLocation TypeLoc) Create() argument
1198 Create(const ASTContext & C,const OMPVarListLocTy & Locs,ArrayRef<Expr * > Vars,ArrayRef<ValueDecl * > Declarations,MappableExprComponentListsRef ComponentLists,ArrayRef<Expr * > UDMapperRefs,ArrayRef<OpenMPMotionModifierKind> MotionModifiers,ArrayRef<SourceLocation> MotionModifiersLoc,NestedNameSpecifierLoc UDMQualifierLoc,DeclarationNameInfo MapperId) Create() argument
1248 Create(const ASTContext & C,const OMPVarListLocTy & Locs,ArrayRef<Expr * > Vars,ArrayRef<ValueDecl * > Declarations,MappableExprComponentListsRef ComponentLists,ArrayRef<Expr * > UDMapperRefs,ArrayRef<OpenMPMotionModifierKind> MotionModifiers,ArrayRef<SourceLocation> MotionModifiersLoc,NestedNameSpecifierLoc UDMQualifierLoc,DeclarationNameInfo MapperId) Create() argument
1312 Create(const ASTContext & C,const OMPVarListLocTy & Locs,ArrayRef<Expr * > Vars,ArrayRef<Expr * > PrivateVars,ArrayRef<Expr * > Inits,ArrayRef<ValueDecl * > Declarations,MappableExprComponentListsRef ComponentLists) Create() argument
1361 Create(const ASTContext & C,const OMPVarListLocTy & Locs,ArrayRef<Expr * > Vars,ArrayRef<ValueDecl * > Declarations,MappableExprComponentListsRef ComponentLists) Create() argument
1408 Create(const ASTContext & C,const OMPVarListLocTy & Locs,ArrayRef<Expr * > Vars,ArrayRef<ValueDecl * > Declarations,MappableExprComponentListsRef ComponentLists) Create() argument
1455 Create(const ASTContext & C,const OMPVarListLocTy & Locs,ArrayRef<Expr * > Vars,ArrayRef<ValueDecl * > Declarations,MappableExprComponentListsRef ComponentLists) Create() argument
[all...]
/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp60 Expected<DWARFLocationExpressionsVector> Locs = addVariable() local
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugFrameTest.cpp385 expectDumpResult(const dwarf::RegisterLocations & Locs,StringRef ExpectedFirstLine) expectDumpResult() argument
397 dwarf::RegisterLocations Locs; TEST() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h177 SmallVectorImpl<CCValAssign> &Locs; variable
/llvm-project/clang-tools-extra/clangd/unittests/
H A DXRefsTests.cpp436 auto Locs = clangd::locateSymbolAt(AST, Test.point("p"), Index.get()); in TEST() local
441 auto Locs = clangd::locateSymbolAt(AST, Test.point("f"), Index.get()); in TEST() local
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp146 expandCode(const CodeExpansions & CE,ArrayRef<SMLoc> Locs,function_ref<void (raw_ostream &)> AddComment) const expandCode() argument
/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp637 ZipperedDeclSources Locs; visitSymbolInDylib() local

123