Home
last modified time | relevance | path

Searched defs:Loc (Results 1 – 25 of 797) sorted by relevance

12345678910>>...32

/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h73 FileID PrevFID, SourceLocation Loc) {} in LexedFileChanged()
224 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident()
228 virtual void PragmaDirective(SourceLocation Loc, in PragmaDirective()
233 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment()
238 virtual void PragmaMark(SourceLocation Loc, StringRef Trivia) { in PragmaMark()
243 virtual void PragmaDetectMismatch(SourceLocation Loc, StringRef Name, in PragmaDetectMismatch()
250 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()
270 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
276 virtual void PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush()
282 virtual void PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop()
[all …]
/llvm-project/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp135 void ExpandModularHeadersPPCallbacks::parseToLocation(SourceLocation Loc) { in parseToLocation() argument
157 SourceLocation Loc, FileChangeReason Reason, in FileChanged() argument
188 void ExpandModularHeadersPPCallbacks::Ident(SourceLocation Loc, StringRef) { in Ident() argument
191 void ExpandModularHeadersPPCallbacks::PragmaDirective(SourceLocation Loc, in PragmaDirective() argument
195 void ExpandModularHeadersPPCallbacks::PragmaComment(SourceLocation Loc, in PragmaComment() argument
200 void ExpandModularHeadersPPCallbacks::PragmaDetectMismatch(SourceLocation Loc, in PragmaDetectMismatch() argument
205 PragmaDebug(SourceLocation Loc,StringRef) PragmaDebug() argument
209 PragmaMessage(SourceLocation Loc,StringRef,PragmaMessageKind,StringRef) PragmaMessage() argument
215 PragmaDiagnosticPush(SourceLocation Loc,StringRef) PragmaDiagnosticPush() argument
219 PragmaDiagnosticPop(SourceLocation Loc,StringRef) PragmaDiagnosticPop() argument
223 PragmaDiagnostic(SourceLocation Loc,StringRef,diag::Severity,StringRef) PragmaDiagnostic() argument
229 HasInclude(SourceLocation Loc,StringRef,bool,OptionalFileEntryRef,SrcMgr::CharacteristicKind) HasInclude() argument
240 PragmaWarning(SourceLocation Loc,PragmaWarningSpecifier,ArrayRef<int>) PragmaWarning() argument
245 PragmaWarningPush(SourceLocation Loc,int) PragmaWarningPush() argument
249 PragmaWarningPop(SourceLocation Loc) PragmaWarningPop() argument
253 PragmaAssumeNonNullBegin(SourceLocation Loc) PragmaAssumeNonNullBegin() argument
257 PragmaAssumeNonNullEnd(SourceLocation Loc) PragmaAssumeNonNullEnd() argument
287 If(SourceLocation Loc,SourceRange,ConditionValueKind) If() argument
291 Elif(SourceLocation Loc,SourceRange,ConditionValueKind,SourceLocation) Elif() argument
295 Ifdef(SourceLocation Loc,const Token &,const MacroDefinition &) Ifdef() argument
299 Ifndef(SourceLocation Loc,const Token &,const MacroDefinition &) Ifndef() argument
303 Else(SourceLocation Loc,SourceLocation) Else() argument
306 Endif(SourceLocation Loc,SourceLocation) Endif() argument
[all...]
/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp75 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If()
82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef()
89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef()
96 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc, in Elif()
104 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, const Token &, in Elifdef()
109 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, SourceRange, in Elifdef() argument
115 void PPConditionalDirectiveRecord::Elifndef(SourceLocation Loc, const Token &, in Elifndef()
120 void PPConditionalDirectiveRecord::Elifndef(SourceLocation Loc, SourceRange, in Elifndef() argument
126 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else()
132 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif()
/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZELFObjectWriter.cpp45 static unsigned getAbsoluteReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getAbsoluteReloc() argument
71 static unsigned getPCRelReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getPCRelReloc() argument
97 static unsigned getTLSLEReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSLEReloc() argument
107 static unsigned getTLSLDOReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSLDOReloc() argument
117 static unsigned getTLSLDMReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSLDMReloc() argument
128 getTLSGDReloc(MCContext & Ctx,SMLoc Loc,unsigned Kind) getTLSGDReloc() argument
139 getPLTReloc(MCContext & Ctx,SMLoc Loc,unsigned Kind) getPLTReloc() argument
154 SMLoc Loc = Fixup.getLoc(); getRelocType() local
[all...]
/llvm-project/offload/DeviceRTL/src/
H A DTasking.cpp43 int32_t __kmpc_omp_task(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task() argument
48 int32_t __kmpc_omp_task_with_deps(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_with_deps() argument
59 void __kmpc_omp_task_begin_if0(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_begin_if0() argument
64 void __kmpc_omp_task_complete_if0(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_complete_if0() argument
71 void __kmpc_omp_wait_deps(IdentTy *Loc, uint32_t TId, int32_t, void *, int32_t, in __kmpc_omp_wait_deps() argument
74 void __kmpc_taskgroup(IdentTy *Loc, uint32_t TId) {} in __kmpc_taskgroup() argument
76 void __kmpc_end_taskgroup(IdentTy *Loc, uint32_ argument
78 __kmpc_omp_taskyield(IdentTy * Loc,uint32_t TId,int) __kmpc_omp_taskyield() argument
80 __kmpc_omp_taskwait(IdentTy * Loc,uint32_t TId) __kmpc_omp_taskwait() argument
82 __kmpc_taskloop(IdentTy * Loc,uint32_t TId,TaskDescriptorTy * TaskDescriptor,int,uint64_t * LowerBound,uint64_t * UpperBound,int64_t,int,int32_t,uint64_t,void *) __kmpc_taskloop() argument
[all...]
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h20 SourceLocation Loc; member
42 SourceLocation Loc; member
53 SourceLocation Loc; member
74 SourceLocation Loc; member
85 SourceLocation Loc; member
94 SourceLocation Loc; global() member
103 SourceLocation Loc; global() member
118 SourceLocation Loc; global() member
128 SourceLocation Loc; global() member
146 SourceLocation Loc; global() member
165 SourceLocation Loc; global() member
173 SourceLocation Loc; global() member
190 SourceLocation Loc; global() member
201 SourceLocation Loc; global() member
221 SourceLocation Loc; global() member
236 SourceLocation Loc; global() member
[all...]
/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h200 void initialize(ASTContext &Context, SourceLocation Loc) const { in initialize() argument
303 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal() argument
339 if (QualifiedTypeLoc Loc = getAs<QualifiedTypeLoc>()) in getUnqualifiedLoc() local
539 setNameLoc(SourceLocation Loc) setNameLoc() argument
547 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
571 setBuiltinLoc(SourceLocation Loc) setBuiltinLoc() argument
668 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
785 setNameLoc(SourceLocation Loc) setNameLoc() argument
795 setProtocolLAngleLoc(SourceLocation Loc) setProtocolLAngleLoc() argument
805 setProtocolRAngleLoc(SourceLocation Loc) setProtocolRAngleLoc() argument
818 setProtocolLoc(unsigned i,SourceLocation Loc) setProtocolLoc() argument
976 setTypeArgsLAngleLoc(SourceLocation Loc) setTypeArgsLAngleLoc() argument
984 setTypeArgsRAngleLoc(SourceLocation Loc) setTypeArgsRAngleLoc() argument
1006 setProtocolLAngleLoc(SourceLocation Loc) setProtocolLAngleLoc() argument
1014 setProtocolRAngleLoc(SourceLocation Loc) setProtocolRAngleLoc() argument
1027 setProtocolLoc(unsigned i,SourceLocation Loc) setProtocolLoc() argument
1101 setNameLoc(SourceLocation Loc) setNameLoc() argument
1113 setNameEndLoc(SourceLocation Loc) setNameEndLoc() argument
1117 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1130 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1157 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1171 setExpansionLoc(SourceLocation Loc) setExpansionLoc() argument
1199 setLParenLoc(SourceLocation Loc) setLParenLoc() argument
1203 setRParenLoc(SourceLocation Loc) setRParenLoc() argument
1211 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1240 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1278 setSigilLoc(SourceLocation Loc) setSigilLoc() argument
1290 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1307 setStarLoc(SourceLocation Loc) setStarLoc() argument
1320 setCaretLoc(SourceLocation Loc) setCaretLoc() argument
1338 setStarLoc(SourceLocation Loc) setStarLoc() argument
1354 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1376 setStarLoc(SourceLocation Loc) setStarLoc() argument
1398 setAmpLoc(SourceLocation Loc) setAmpLoc() argument
1412 setAmpAmpLoc(SourceLocation Loc) setAmpAmpLoc() argument
1464 setLParenLoc(SourceLocation Loc) setLParenLoc() argument
1472 setRParenLoc(SourceLocation Loc) setRParenLoc() argument
1517 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1567 setLBracketLoc(SourceLocation Loc) setLBracketLoc() argument
1575 setRBracketLoc(SourceLocation Loc) setRBracketLoc() argument
1599 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1630 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1663 setTemplateKeywordLoc(SourceLocation Loc) setTemplateKeywordLoc() argument
1671 setLAngleLoc(SourceLocation Loc) setLAngleLoc() argument
1679 setRAngleLoc(SourceLocation Loc) setRAngleLoc() argument
1704 setTemplateNameLoc(SourceLocation Loc) setTemplateNameLoc() argument
1709 copy(TemplateSpecializationTypeLoc Loc) copy() argument
1727 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1841 setNameLoc(SourceLocation Loc) setNameLoc() argument
1847 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1864 setNameLoc(SourceLocation Loc) setNameLoc() argument
1870 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1892 setNameLoc(SourceLocation Loc) setNameLoc() argument
1898 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
1996 setTypeofLoc(SourceLocation Loc) setTypeofLoc() argument
2004 setLParenLoc(SourceLocation Loc) setLParenLoc() argument
2012 setRParenLoc(SourceLocation Loc) setRParenLoc() argument
2029 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
2084 setDecltypeLoc(SourceLocation Loc) setDecltypeLoc() argument
2087 setRParenLoc(SourceLocation Loc) setRParenLoc() argument
2093 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
2112 setEllipsisLoc(SourceLocation Loc) setEllipsisLoc() argument
2114 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
2140 setKWLoc(SourceLocation Loc) setKWLoc() argument
2143 setLParenLoc(SourceLocation Loc) setLParenLoc() argument
2146 setRParenLoc(SourceLocation Loc) setRParenLoc() argument
2195 setRParenLoc(SourceLocation Loc) setRParenLoc() argument
2284 copy(AutoTypeLoc Loc) copy() argument
2302 setTemplateNameLoc(SourceLocation Loc) setTemplateNameLoc() argument
2323 setElaboratedKeywordLoc(SourceLocation Loc) setElaboratedKeywordLoc() argument
2381 copy(ElaboratedTypeLoc Loc) copy() argument
2403 setElaboratedKeywordLoc(SourceLocation Loc) setElaboratedKeywordLoc() argument
2423 setNameLoc(SourceLocation Loc) setNameLoc() argument
2434 copy(DependentNameTypeLoc Loc) copy() argument
2460 setElaboratedKeywordLoc(SourceLocation Loc) setElaboratedKeywordLoc() argument
2492 setTemplateKeywordLoc(SourceLocation Loc) setTemplateKeywordLoc() argument
2500 setTemplateNameLoc(SourceLocation Loc) setTemplateNameLoc() argument
2508 setLAngleLoc(SourceLocation Loc) setLAngleLoc() argument
2516 setRAngleLoc(SourceLocation Loc) setRAngleLoc() argument
2548 copy(DependentTemplateSpecializationTypeLoc Loc) copy() argument
2582 setEllipsisLoc(SourceLocation Loc) setEllipsisLoc() argument
2590 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
2622 setKWLoc(SourceLocation Loc) setKWLoc() argument
2630 setLParenLoc(SourceLocation Loc) setLParenLoc() argument
2638 setRParenLoc(SourceLocation Loc) setRParenLoc() argument
2651 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
2674 setKWLoc(SourceLocation Loc) setKWLoc() argument
2676 initializeLocal(ASTContext & Context,SourceLocation Loc) initializeLocal() argument
2713 SourceLocation Loc = SourceLocation(); global() variable
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DModRef.h82 static uint32_t getLocationPos(Location Loc) { in getLocationPos() argument
88 void setModRef(Location Loc, ModRefInfo MR) { in setModRef() argument
102 MemoryEffectsBase(Location Loc, ModRefInfo MR) { setModRef(Loc, MR); } in MemoryEffectsBase() argument
107 for (Location Loc : locations()) in MemoryEffectsBase() local
165 ModRefInfo getModRef(Location Loc) cons argument
170 getWithModRef(Location Loc,ModRefInfo MR) getWithModRef() argument
177 getWithoutLoc(Location Loc) getWithoutLoc() argument
186 for (Location Loc : locations()) getModRef() local
[all...]
/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp28 SMLoc Loc = Instruction.getLoc(); in addInstruction() local
39 void AnalysisRegions::beginRegion(StringRef Description, SMLoc Loc) { in beginRegion()
75 void AnalysisRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion()
117 void InstrumentRegions::beginRegion(StringRef Description, SMLoc Loc, in beginRegion()
144 void InstrumentRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion()
/llvm-project/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp26 SourceLocation Loc) { in getSourceLocationString()
109 void PPCallbacksTracker::FileChanged(SourceLocation Loc, in FileChanged()
169 void PPCallbacksTracker::Ident(SourceLocation Loc, llvm::StringRef Str) { in Ident()
176 void PPCallbacksTracker::PragmaDirective(SourceLocation Loc, in PragmaDirective()
184 void PPCallbacksTracker::PragmaComment(SourceLocation Loc, in PragmaComment()
195 void PPCallbacksTracker::PragmaDetectMismatch(SourceLocation Loc, in PragmaDetectMismatch()
205 void PPCallbacksTracker::PragmaDebug(SourceLocation Loc, in PragmaDebug()
213 void PPCallbacksTracker::PragmaMessage(SourceLocation Loc, in PragmaMessage()
226 void PPCallbacksTracker::PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush()
235 void PPCallbacksTracker::PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop()
[all …]
/llvm-project/llvm/lib/IR/
H A DDIExpressionOptimizer.cpp96 consumeOneOperator(DIExpressionCursor & Cursor,uint64_t & Loc,const DIExpression::ExprOperand & Op) consumeOneOperator() argument
103 startFromBeginning(uint64_t & Loc,DIExpressionCursor & Cursor,ArrayRef<uint64_t> WorkingOps) startFromBeginning() argument
115 uint64_t Loc = 0; canonicalizeDwarfOperations() local
150 uint64_t Loc = 0; optimizeDwarfOperations() local
193 tryFoldNoOpMath(uint64_t Const1,ArrayRef<DIExpression::ExprOperand> Ops,uint64_t & Loc,DIExpressionCursor & Cursor,SmallVectorImpl<uint64_t> & WorkingOps) tryFoldNoOpMath() argument
209 tryFoldConstants(uint64_t Const1,ArrayRef<DIExpression::ExprOperand> Ops,uint64_t & Loc,DIExpressionCursor & Cursor,SmallVectorImpl<uint64_t> & WorkingOps) tryFoldConstants() argument
234 tryFoldCommutativeMath(uint64_t Const1,ArrayRef<DIExpression::ExprOperand> Ops,uint64_t & Loc,DIExpressionCursor & Cursor,SmallVectorImpl<uint64_t> & WorkingOps) tryFoldCommutativeMath() argument
261 tryFoldCommutativeMathWithArgInBetween(uint64_t Const1,ArrayRef<DIExpression::ExprOperand> Ops,uint64_t & Loc,DIExpressionCursor & Cursor,SmallVectorImpl<uint64_t> & WorkingOps) tryFoldCommutativeMathWithArgInBetween() argument
289 uint64_t Loc = 0; foldConstantMath() local
[all...]
/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp236 bool COFFMasmParser::parseDirectiveSegment(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegment() argument
372 bool COFFMasmParser::parseDirectiveSegmentEnd(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegmentEnd() argument
385 bool COFFMasmParser::parseDirectiveIncludelib(StringRef Directive, SMLoc Loc) { in ParseDirectiveIncludelib() argument
403 bool COFFMasmParser::parseDirectiveOption(StringRef Directive, SMLoc Loc) { in ParseDirectiveOption() argument
443 bool COFFMasmParser::parseDirectiveProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveProc() argument
479 ParseDirectiveEndProc(StringRef Directive,SMLoc Loc) ParseDirectiveEndProc() argument
499 ParseDirectiveAlias(StringRef Directive,SMLoc Loc) ParseDirectiveAlias() argument
519 ParseSEHDirectiveAllocStack(StringRef Directive,SMLoc Loc) ParseSEHDirectiveAllocStack() argument
531 ParseSEHDirectiveEndProlog(StringRef Directive,SMLoc Loc) ParseSEHDirectiveEndProlog() argument
[all...]
/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h49 SourceLocation Loc; variable
67 Loc(Loc) Loc() argument
151 addSFINAEDiagnostic(SourceLocation Loc,PartialDiagnostic PD) addSFINAEDiagnostic() argument
161 addSuppressedDiagnostic(SourceLocation Loc,PartialDiagnostic PD) addSuppressedDiagnostic() argument
340 SourceLocation Loc; global() variable
351 Loc(Loc) Loc() argument
380 NoteCandidates(Sema & S,SourceLocation Loc) NoteCandidates() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantPreprocessorCheck.cpp20 SourceLocation Loc; member
37 void If(SourceLocation Loc, SourceRange ConditionRange, in If()
45 void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef()
53 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef()
62 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif()
72 void checkMacroRedundancy(SourceLocation Loc, StringRef MacroName, in checkMacroRedundancy()
/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp86 void DiagnosticRenderer::emitDiagnostic(FullSourceLoc Loc, in emitDiagnostic() argument
164 emitIncludeStack(FullSourceLoc Loc,PresumedLoc PLoc,DiagnosticsEngine::Level Level) emitIncludeStack() argument
189 emitIncludeStackRecursively(FullSourceLoc Loc) emitIncludeStackRecursively() argument
218 emitImportStack(FullSourceLoc Loc) emitImportStack() argument
230 emitImportStackRecursively(FullSourceLoc Loc,StringRef ModuleName) emitImportStackRecursively() argument
260 retrieveMacroLocation(SourceLocation Loc,FileID MacroFileID,FileID CaretFileID,const SmallVectorImpl<FileID> & CommonArgExpansions,bool IsBegin,const SourceManager * SM,bool & IsTokenRange) retrieveMacroLocation() argument
315 getMacroArgExpansionFileIDs(SourceLocation Loc,SmallVectorImpl<FileID> & IDs,bool IsBegin,const SourceManager * SM) getMacroArgExpansionFileIDs() argument
423 emitCaret(FullSourceLoc Loc,DiagnosticsEngine::Level Level,ArrayRef<CharSourceRange> Ranges,ArrayRef<FixItHint> Hints) emitCaret() argument
435 emitSingleMacroExpansion(FullSourceLoc Loc,DiagnosticsEngine::Level Level,ArrayRef<CharSourceRange> Ranges) emitSingleMacroExpansion() argument
461 checkLocForMacroArgExpansion(SourceLocation Loc,const SourceManager & SM,SourceLocation ArgumentLoc) checkLocForMacroArgExpansion() argument
489 checkRangesForMacroArgExpansion(FullSourceLoc Loc,ArrayRef<CharSourceRange> Ranges) checkRangesForMacroArgExpansion() argument
529 emitMacroExpansions(FullSourceLoc Loc,DiagnosticsEngine::Level Level,ArrayRef<CharSourceRange> Ranges,ArrayRef<FixItHint> Hints) emitMacroExpansions() argument
596 emitIncludeLocation(FullSourceLoc Loc,PresumedLoc PLoc) emitIncludeLocation() argument
606 emitImportLocation(FullSourceLoc Loc,PresumedLoc PLoc,StringRef ModuleName) emitImportLocation() argument
620 emitBuildingModuleLocation(FullSourceLoc Loc,PresumedLoc PLoc,StringRef ModuleName) emitBuildingModuleLocation() argument
[all...]
H A DSARIFDiagnostic.cpp40 FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, in emitDiagnosticMessage()
65 SarifResult Result, FullSourceLoc Loc, PresumedLoc PLoc, in addLocationToResult()
204 void SARIFDiagnostic::emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
210 void SARIFDiagnostic::emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) { in emitIncludeLocation()
214 void SARIFDiagnostic::emitImportLocation(FullSourceLoc Loc, PresumedLoc PLoc, in emitImportLocation()
219 void SARIFDiagnostic::emitBuildingModuleLocation(FullSourceLoc Loc, in emitBuildingModuleLocation()
/llvm-project/clang/lib/AST/Interp/
H A DState.cpp
/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp642 SetStorageClassSpec(Sema & S,SCS SC,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetStorageClassSpec() argument
704 SetStorageClassSpecThread(TSCS TSC,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetStorageClassSpecThread() argument
718 SetTypeSpecWidth(TypeSpecifierWidth W,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeSpecWidth() argument
735 SetTypeSpecComplex(TSC C,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecComplex() argument
745 SetTypeSpecSign(TypeSpecifierSign S,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecSign() argument
754 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,ParsedType Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument
794 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,Expr * Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument
816 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,Decl * Rep,bool Owned,const PrintingPolicy & Policy) SetTypeSpecType() argument
848 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,TemplateIdAnnotation * Rep,const PrintingPolicy & Policy) SetTypeSpecType() argument
857 SetTypeSpecType(TST T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeSpecType() argument
881 SetTypeSpecSat(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetTypeSpecSat() argument
894 SetTypeAltiVecVector(bool isAltiVecVector,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecVector() argument
909 SetTypePipe(bool isPipe,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypePipe() argument
926 SetTypeAltiVecPixel(bool isAltiVecPixel,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecPixel() argument
943 SetTypeAltiVecBool(bool isAltiVecBool,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const PrintingPolicy & Policy) SetTypeAltiVecBool() argument
998 SetTypeQual(TQ T,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,const LangOptions & Lang) SetTypeQual() argument
1014 SetTypeQual(TQ T,SourceLocation Loc) SetTypeQual() argument
1029 setFunctionSpecInline(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecInline() argument
1043 setFunctionSpecForceInline(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecForceInline() argument
1055 setFunctionSpecVirtual(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecVirtual() argument
1070 setFunctionSpecExplicit(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,ExplicitSpecifier ExplicitSpec,SourceLocation CloseParenLoc) setFunctionSpecExplicit() argument
1089 setFunctionSpecNoreturn(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setFunctionSpecNoreturn() argument
1104 SetFriendSpec(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetFriendSpec() argument
1117 setModulePrivateSpec(SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) setModulePrivateSpec() argument
1130 SetConstexprSpec(ConstexprSpecKind ConstexprKind,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID) SetConstexprSpec() argument
1520 SetSpecifier(Specifier VS,SourceLocation Loc,const char * & PrevSpec) SetSpecifier() argument
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DCollectMacros.cpp31 auto Loc = MacroNameTok.getLocation(); in add() local
45 FileChanged(SourceLocation Loc,FileChangeReason,SrcMgr::CharacteristicKind,FileID) FileChanged() argument
63 Ifdef(SourceLocation Loc,const Token & MacroName,const MacroDefinition & MD) Ifdef() argument
69 Ifndef(SourceLocation Loc,const Token & MacroName,const MacroDefinition & MD) Ifndef() argument
75 Elifdef(SourceLocation Loc,const Token & MacroName,const MacroDefinition & MD) Elifdef() argument
81 Elifndef(SourceLocation Loc,const Token & MacroName,const MacroDefinition & MD) Elifndef() argument
109 PragmaMark(SourceLocation Loc,StringRef Trivia) PragmaMark() argument
[all...]
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h108 virtual void handleInvalidLockExp(SourceLocation Loc) {} in handleInvalidLockExp() argument
118 SourceLocation Loc, in handleUnmatchedUnlock() argument
182 AccessKind AK, SourceLocation Loc) {} in handleNoMutexHeld() argument
206 SourceLocation Loc) {} in handleNegativeNotHeld() argument
214 handleNegativeNotHeld(const NamedDecl * D,Name LockName,SourceLocation Loc) handleNegativeNotHeld() argument
224 handleFunExcludesLock(StringRef Kind,Name FunName,Name LockName,SourceLocation Loc) handleFunExcludesLock() argument
228 handleLockAcquiredBefore(StringRef Kind,Name L1Name,Name L2Name,SourceLocation Loc) handleLockAcquiredBefore() argument
231 handleBeforeAfterCycle(Name L1Name,SourceLocation Loc) handleBeforeAfterCycle() argument
[all...]
H A DConsumed.h70 virtual void warnLoopStateMismatch(SourceLocation Loc, in warnLoopStateMismatch()
82 virtual void warnParamReturnTypestateMismatch(SourceLocation Loc, in warnParamReturnTypestateMismatch()
99 virtual void warnReturnTypestateForUnconsumableType(SourceLocation Loc, in warnReturnTypestateForUnconsumableType()
111 virtual void warnReturnTypestateMismatch(SourceLocation Loc, in warnReturnTypestateMismatch()
124 SourceLocation Loc) {} in warnUseOfTempInInvalidState()
139 SourceLocation Loc) {} in warnUseInInvalidState()
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dvec-abi-gnuattr-23.c14 v4i32 Loc = {1, 1, 1, 1}; in foo() local
19 v4i32 Loc = {1, 2, 3, 4}; in bar() local
/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-check-debuglocs.cpp14 static void handleTypeMismatchImpl(SourceLocation *Loc) { Loc->acquire(); } in handleTypeMismatchImpl() argument
15 void __ubsan_handle_type_mismatch_v1(SourceLocation *Loc) { in __ubsan_handle_type_mismatch_v1() argument
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h67 static bool classof(const StorageLocation *Loc) { in classof()
114 static bool classof(const StorageLocation *Loc) { in classof()
145 StorageLocation *Loc = SyntheticFields.lookup(Name); in getSyntheticField() local
162 void setChild(const ValueDecl &D, StorageLocation *Loc) { in setChild()
/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h396 USR, Name, createHierarchyInformationForDecl(*Decl), Loc, in VisitEnumDecl() local
285 PresumedLoc Loc = VisitVarDecl() local
358 PresumedLoc Loc = VisitFunctionDecl() local
527 PresumedLoc Loc = VisitNamespaceDecl() local
560 PresumedLoc Loc = VisitRecordDecl() local
601 PresumedLoc Loc = VisitCXXRecordDecl() local
654 PresumedLoc Loc = VisitCXXMethodDecl() local
715 PresumedLoc Loc = VisitCXXConstructorDecl() local
749 PresumedLoc Loc = VisitCXXDestructorDecl() local
780 PresumedLoc Loc = VisitConceptDecl() local
807 PresumedLoc Loc = VisitClassTemplateSpecializationDecl() local
841 PresumedLoc Loc = VisitClassTemplatePartialSpecializationDecl() local
874 PresumedLoc Loc = VisitVarTemplateDecl() local
918 PresumedLoc Loc = VisitVarTemplateSpecializationDecl() local
950 PresumedLoc Loc = VisitVarTemplatePartialSpecializationDecl() local
983 PresumedLoc Loc = VisitFunctionTemplateDecl() local
1016 PresumedLoc Loc = VisitObjCInterfaceDecl() local
1065 PresumedLoc Loc = VisitObjCProtocolDecl() local
1131 PresumedLoc Loc = VisitTypedefNameDecl() local
1165 PresumedLoc Loc = VisitObjCCategoryDecl() local
1208 PresumedLoc Loc = recordEnumConstants() local
1241 PresumedLoc Loc = VisitFieldDecl() local
1293 PresumedLoc Loc = VisitCXXConversionDecl() local
1338 PresumedLoc Loc = recordObjCMethods() local
1375 PresumedLoc Loc = recordObjCProperties() local
1428 PresumedLoc Loc = recordObjCInstanceVariables() local
[all...]

12345678910>>...32