Home
last modified time | relevance | path

Searched defs:LocEnd (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DComment.h199 SourceLocation LocEnd) : in Comment()
240 SourceLocation LocEnd) : in InlineContentComment()
266 SourceLocation LocEnd, in TextComment()
322 SourceLocation LocEnd, in InlineCommandComment()
378 SourceLocation LocEnd, in HTMLTagComment()
510 SourceLocation LocEnd, in HTMLEndTagComment()
534 SourceLocation LocEnd) : in BlockContentComment()
615 SourceLocation LocEnd, in BlockCommandComment()
627 SourceLocation LocEnd, in BlockCommandComment()
723 SourceLocation LocEnd, in ParamCommandComment()
[all …]
/external/clang/include/clang/AST/
DComment.h199 SourceLocation LocEnd) : in Comment()
246 SourceLocation LocEnd) : in InlineContentComment()
272 SourceLocation LocEnd, in TextComment()
327 SourceLocation LocEnd, in InlineCommandComment()
384 SourceLocation LocEnd, in HTMLTagComment()
516 SourceLocation LocEnd, in HTMLEndTagComment()
540 SourceLocation LocEnd) : in BlockContentComment()
621 SourceLocation LocEnd, in BlockCommandComment()
633 SourceLocation LocEnd, in BlockCommandComment()
729 SourceLocation LocEnd, in ParamCommandComment()
[all …]
/external/clang/lib/AST/
DCommentSema.cpp52 SourceLocation LocEnd, in actOnBlockCommandStart()
82 SourceLocation LocEnd, in actOnParamCommandStart()
283 SourceLocation LocEnd, in actOnTParamCommandStart()
398 SourceLocation LocEnd, in actOnUnknownCommand()
405 SourceLocation LocEnd, in actOnUnknownCommand()
415 SourceLocation LocEnd, in actOnText()
477 SourceLocation LocEnd, in actOnHTMLEndTag()
/external/llvm-project/clang/lib/AST/
DCommentSema.cpp52 SourceLocation LocEnd, in actOnBlockCommandStart()
82 SourceLocation LocEnd, in actOnParamCommandStart()
285 SourceLocation LocEnd, in actOnTParamCommandStart()
400 SourceLocation LocEnd, in actOnUnknownCommand()
407 SourceLocation LocEnd, in actOnUnknownCommand()
417 SourceLocation LocEnd, in actOnText()
479 SourceLocation LocEnd, in actOnHTMLEndTag()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSuspiciousSemicolonCheck.cpp55 SourceLocation LocEnd = Semicolon->getEndLoc(); in check() local
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp45 Optional<SourceLocation> LocEnd; member in __anon89523c590111::SourceMappingRegion
49 Optional<SourceLocation> LocEnd) in SourceMappingRegion()
228 auto LocEnd = I.getEnd(); in gatherSkippedRegions() local
267 SourceLocation LocEnd = Region.getEndLoc(); in emitSourceRegions() local
298 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); in emitExpansionRegions() local
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp101 Optional<SourceLocation> LocEnd; member in __anon8ce2bf070211::SourceMappingRegion
112 Optional<SourceLocation> LocEnd, bool DeferRegion = false, in SourceMappingRegion()
331 SourceLocation LocEnd, in adjustSkippedRange()
369 auto LocEnd = Range.getEnd(); in gatherSkippedRegions() local
409 SourceLocation LocEnd = Region.getEndLoc(); in emitSourceRegions() local
451 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); in emitExpansionRegions() local
/external/llvm/lib/MC/
DMCCodeView.cpp281 size_t LocEnd; in encodeInlineLineTable() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp948 SourceLocation LocEnd = Method->getLocEnd(); in RewriteMethodDeclaration() local
999 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1173 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local
1184 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local
3096 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
3887 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
DRewriteModernObjC.cpp1109 SourceLocation LocEnd = Method->getLocEnd(); in RewriteMethodDeclaration() local
1167 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1351 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local
1362 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local
3896 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
4728 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp952 SourceLocation LocEnd = Method->getEndLoc(); in RewriteMethodDeclaration() local
1003 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1180 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
1193 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
3109 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
3898 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
DRewriteModernObjC.cpp1111 SourceLocation LocEnd = Method->getEndLoc(); in RewriteMethodDeclaration() local
1169 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1356 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
1369 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
3898 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
4728 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp464 size_t LocEnd; in encodeInlineLineTable() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp464 size_t LocEnd; in encodeInlineLineTable() local
/external/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp1142 SourceLocation LocEnd = PrevTokLocation; in ParseLambdaIntroducer() local
/external/clang/include/clang/Sema/
DSema.h4080 SourceLocation LocStart, LocEnd; member
/external/llvm-project/clang/include/clang/Sema/
DSema.h5333 SourceLocation LocStart, LocEnd; member