HomeSort by relevance Sort by last modified time
    Searched refs:LocEnd (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/AST/
CommentSema.h 95 SourceLocation LocEnd,
106 SourceLocation LocEnd,
124 SourceLocation LocEnd,
148 SourceLocation LocEnd,
152 SourceLocation LocEnd,
156 SourceLocation LocEnd,
184 SourceLocation LocEnd,
Comment.h 199 SourceLocation LocEnd) :
200 Loc(LocBegin), Range(SourceRange(LocBegin, LocEnd)) {
246 SourceLocation LocEnd) :
247 Comment(K, LocBegin, LocEnd) {
272 SourceLocation LocEnd,
274 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
327 SourceLocation LocEnd,
331 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
384 SourceLocation LocEnd,
388 InlineContentComment(K, LocBegin, LocEnd),
    [all...]
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 43 Optional<SourceLocation> LocEnd;
47 Optional<SourceLocation> LocEnd)
48 : Count(Count), LocStart(LocStart), LocEnd(LocEnd) {}
52 LocEnd(std::move(Region.LocEnd)) {}
57 LocEnd = std::move(RHS.LocEnd);
74 bool hasEndLoc() const { return LocEnd.hasValue(); }
76 void setEndLoc(SourceLocation Loc) { LocEnd = Loc;
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 52 SourceLocation LocEnd,
55 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd,
82 SourceLocation LocEnd,
86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
283 SourceLocation LocEnd,
287 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
400 SourceLocation LocEnd,
403 return actOnUnknownCommand(LocBegin, LocEnd, CommandID);
407 SourceLocation LocEnd,
411 LocBegin, LocEnd, CommandID
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 252 milliseconds