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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp1016 SourceLocation DeclEndLoc; local
1036 DeclEndLoc = RParenLoc;
1040 MaybeParseGNUAttributes(Attr, &DeclEndLoc);
1045 DeclEndLoc = MutableLoc;
1059 DeclEndLoc = ESpecRange.getEnd();
1062 MaybeParseCXX11Attributes(Attr, &DeclEndLoc);
1064 SourceLocation FunLocalRangeEnd = DeclEndLoc;
1073 DeclEndLoc = Range.getEnd();
1098 Attr, DeclEndLoc); local
1117 SourceLocation DeclEndLoc local
1165 Attr, DeclEndLoc); local
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h177 SourceLocation DeclEndLoc; // the location of the ';' or '{'.
242 NumParams(0), DeclEndLoc(endLoc), Body(), SelfDecl(nullptr),
288 SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; }
308 DeclEndLoc);
/external/clang/lib/AST/
H A DDeclObjC.cpp714 DeclEndLoc);
795 return DeclEndLoc;
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp742 MD->DeclEndLoc = ReadSourceLocation(Record, Idx);

Completed in 473 milliseconds