HomeSort by relevance Sort by last modified time
    Searched refs:LocEnd (Results 1 - 9 of 9) 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 197 SourceLocation LocEnd) :
198 Loc(LocBegin), Range(SourceRange(LocBegin, LocEnd)) {
244 SourceLocation LocEnd) :
245 Comment(K, LocBegin, LocEnd) {
270 SourceLocation LocEnd,
272 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
325 SourceLocation LocEnd,
329 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
382 SourceLocation LocEnd,
386 InlineContentComment(K, LocBegin, LocEnd),
    [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/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 253 milliseconds