Searched refs:DeclEndLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParseExprCXX.cpp759 SourceLocation DeclLoc, DeclEndLoc; local
773 DeclEndLoc = T.getCloseLocation();
779 DeclEndLoc = MutableLoc;
794 DeclEndLoc = ESpecRange.getEnd();
797 MaybeParseCXX0XAttributes(Attr, &DeclEndLoc);
805 DeclEndLoc = Range.getEnd();
826 DeclLoc, DeclEndLoc, D,
828 Attr, DeclEndLoc); local
836 SourceLocation DeclEndLoc = DeclLoc; local
842 DeclEndLoc
874 Attr, DeclEndLoc); local
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h174 SourceLocation DeclEndLoc; // the location of the ';' or '{'.
245 DeclEndLoc(endLoc), Body(0), SelfDecl(0), CmdDecl(0) {
296 SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; }
317 DeclEndLoc);
/external/clang/lib/AST/
H A DDeclObjC.cpp474 DeclEndLoc);
549 return DeclEndLoc;
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp658 MD->DeclEndLoc = ReadSourceLocation(Record, Idx);

Completed in 113 milliseconds