/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SuspiciousSemicolonCheck.cpp | 53 SourceLocation LocEnd = Semicolon->getEndLoc(); in check() local
|
/llvm-project/clang/lib/AST/ |
H A D | CommentSema.cpp | 52 actOnBlockCommandStart(SourceLocation LocBegin,SourceLocation LocEnd,unsigned CommandID,CommandMarkerKind CommandMarker) actOnBlockCommandStart() argument 82 actOnParamCommandStart(SourceLocation LocBegin,SourceLocation LocEnd,unsigned CommandID,CommandMarkerKind CommandMarker) actOnParamCommandStart() argument 282 actOnTParamCommandStart(SourceLocation LocBegin,SourceLocation LocEnd,unsigned CommandID,CommandMarkerKind CommandMarker) actOnTParamCommandStart() argument 373 actOnUnknownCommand(SourceLocation LocBegin,SourceLocation LocEnd,StringRef CommandName) actOnUnknownCommand() argument 380 actOnUnknownCommand(SourceLocation LocBegin,SourceLocation LocEnd,unsigned CommandID) actOnUnknownCommand() argument 388 actOnText(SourceLocation LocBegin,SourceLocation LocEnd,StringRef Text) actOnText() argument 450 actOnHTMLEndTag(SourceLocation LocBegin,SourceLocation LocEnd,StringRef TagName) actOnHTMLEndTag() argument [all...] |
/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 276 size_t LocEnd; getFunctionLineEntries() local 322 size_t LocEnd; getLineExtentIncludingInlinees() local 487 size_t LocEnd; encodeInlineLineTable() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 150 : MCDCParams(MCDCParams), LocStart(LocStart), LocEnd(LocEnd), in SourceMappingRegion() argument 122 std::optional<SourceLocation> LocEnd; global() member in __anonb8ab7b430211::SourceMappingRegion 134 SourceMappingRegion(Counter Count,std::optional<SourceLocation> LocStart,std::optional<SourceLocation> LocEnd,bool GapRegion=false) SourceMappingRegion() argument 142 SourceMappingRegion(Counter Count,std::optional<Counter> FalseCount,mcdc::Parameters MCDCParams,std::optional<SourceLocation> LocStart,std::optional<SourceLocation> LocEnd,bool GapRegion=false) SourceMappingRegion() argument 443 adjustSkippedRange(SourceManager & SM,SourceLocation LocStart,SourceLocation LocEnd,SourceLocation PrevTokLoc,SourceLocation NextTokLoc) adjustSkippedRange() argument 481 auto LocEnd = Range.getEnd(); gatherSkippedRegions() local 534 SourceLocation LocEnd = Region.getEndLoc(); emitSourceRegions() local 592 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); emitExpansionRegions() local [all...] |
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 952 if (SM->getExpansionLineNumber(LocEnd) > in RewriteMethodDeclaration() local 1003 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); RewriteProtocolDecl() local 1180 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); RewriteImplementationDecl() local 1193 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); RewriteImplementationDecl() local 3097 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); RewriteObjCInternalStruct() local 3884 SourceLocation LocEnd = CE->getRParenLoc(); RewriteCastExpr() local [all...] |
H A D | RewriteModernObjC.cpp | 1169 ReplaceText(LocEnd, strlen("@end"), "/* @end */\n"); in RewriteProtocolDecl() local 1111 SourceLocation LocEnd = Method->getEndLoc(); RewriteMethodDeclaration() local 1356 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); RewriteImplementationDecl() local 1369 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); RewriteImplementationDecl() local 3886 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); RewriteObjCInternalStruct() local 4713 SourceLocation LocEnd = CE->getRParenLoc(); RewriteCastExpr() local [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1222 SourceLocation LocEnd = PrevTokLocation; ParseLambdaIntroducer() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 7072 SourceLocation LocStart, LocEnd; global() member
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 2228 buildDeductionGuide(Sema & SemaRef,TemplateDecl * OriginalTemplate,TemplateParameterList * TemplateParams,CXXConstructorDecl * Ctor,ExplicitSpecifier ES,TypeSourceInfo * TInfo,SourceLocation LocStart,SourceLocation Loc,SourceLocation LocEnd,bool IsImplicit,llvm::ArrayRef<TypedefNameDecl * > MaterializedTypedefs={}) buildDeductionGuide() argument
|