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

  /external/clang/lib/Parse/
ParseExprCXX.cpp 803 SourceLocation DeclEndLoc;
818 DeclEndLoc = RParenLoc;
824 DeclEndLoc = MutableLoc;
839 DeclEndLoc = ESpecRange.getEnd();
842 MaybeParseCXX11Attributes(Attr, &DeclEndLoc);
844 SourceLocation FunLocalRangeEnd = DeclEndLoc;
853 DeclEndLoc = Range.getEnd();
878 Attr, DeclEndLoc);
886 SourceLocation DeclEndLoc = DeclLoc;
892 DeclEndLoc = MutableLoc
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 177 SourceLocation DeclEndLoc; // the location of the ';' or '{'.
247 DeclEndLoc(endLoc), Body(), SelfDecl(0), CmdDecl(0) {
298 SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; }
319 DeclEndLoc);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 538 DeclEndLoc);
613 return DeclEndLoc;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 661 MD->DeclEndLoc = ReadSourceLocation(Record, Idx);
    [all...]

Completed in 175 milliseconds