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

  /external/clang/include/clang/AST/
Comment.h 186 SourceLocation LocEnd) :
187 Loc(LocBegin), Range(SourceRange(LocBegin, LocEnd)) {
233 SourceLocation LocEnd) :
234 Comment(K, LocBegin, LocEnd) {
259 SourceLocation LocEnd,
261 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
314 SourceLocation LocEnd,
318 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
372 SourceLocation LocEnd,
376 InlineContentComment(K, LocBegin, LocEnd),
    [all...]
CommentSema.h 98 SourceLocation LocEnd,
109 SourceLocation LocEnd,
127 SourceLocation LocEnd,
151 SourceLocation LocEnd,
155 SourceLocation LocEnd,
159 SourceLocation LocEnd,
187 SourceLocation LocEnd,
  /external/clang/lib/AST/
CommentSema.cpp 52 SourceLocation LocEnd,
55 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd,
78 SourceLocation LocEnd,
82 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
284 SourceLocation LocEnd,
288 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
403 SourceLocation LocEnd,
406 return actOnUnknownCommand(LocBegin, LocEnd, CommandID);
410 SourceLocation LocEnd,
414 LocBegin, LocEnd, CommandID
    [all...]
  /external/clang/lib/Rewrite/Frontend/
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 51 milliseconds