Searched defs:LocEnd (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp50 actOnBlockCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
80 actOnParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
283 actOnTParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
399 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, StringRef CommandName) argument
406 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
416 actOnText(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
478 actOnHTMLEndTag(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp52 Optional<SourceLocation> LocEnd; member in class:__anon1810::SourceMappingRegion
62 SourceMappingRegion(Counter Count, Optional<SourceLocation> LocStart, Optional<SourceLocation> LocEnd, bool DeferRegion = false, bool GapRegion = false) argument
116 SpellingRegion(SourceManager &SM, SourceLocation LocStart, SourceLocation LocEnd) argument
296 auto LocEnd = I.getEnd(); local
332 SourceLocation LocEnd = Region.getEndLoc(); local
374 SourceLocation LocEnd = getPreciseTokenLocEnd(ParentLoc); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h197 Comment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
238 InlineContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
265 TextComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
321 InlineCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, RenderKind RK, ArrayRef<Argument> Args) argument
376 HTMLTagComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName, SourceLocation TagNameBegin, SourceLocation TagNameEnd) argument
509 HTMLEndTagComment(SourceLocation LocBegin, SourceLocation LocEnd, StringRef TagName) argument
532 BlockContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) argument
613 BlockCommandComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
626 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
722 ParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
816 TParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
898 VerbatimBlockComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
949 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp951 SourceLocation LocEnd = Method->getEndLoc(); local
1002 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); local
1179 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); local
1192 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); local
3104 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); local
3892 SourceLocation LocEnd = CE->getRParenLoc(); local
[all...]
H A DRewriteModernObjC.cpp1110 SourceLocation LocEnd = Method->getEndLoc(); local
1168 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); local
1355 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); local
1368 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); local
3892 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); local
4721 SourceLocation LocEnd = CE->getRParenLoc(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2288 buildDeductionGuide( TemplateParameterList *TemplateParams, ExplicitSpecifier ES, TypeSourceInfo *TInfo, SourceLocation LocStart, SourceLocation Loc, SourceLocation LocEnd, llvm::ArrayRef<TypedefNameDecl *> MaterializedTypedefs = {}) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5186 SourceLocation LocStart, LocEnd; member in struct:clang::final::CompleteTypeKind::OffsetOfComponent

Completed in 249 milliseconds