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

/external/clang/lib/Parse/
H A DParseExprCXX.cpp1073 SourceLocation DeclEndLoc; local
1093 DeclEndLoc = RParenLoc;
1097 MaybeParseGNUAttributes(Attr, &DeclEndLoc);
1101 MaybeParseMicrosoftDeclSpecs(Attr, &DeclEndLoc);
1106 DeclEndLoc = MutableLoc;
1123 DeclEndLoc = ESpecRange.getEnd();
1126 MaybeParseCXX11Attributes(Attr, &DeclEndLoc);
1128 SourceLocation FunLocalRangeEnd = DeclEndLoc;
1136 DeclEndLoc = Range.getEnd();
1163 Attr, DeclEndLoc); local
1181 SourceLocation DeclEndLoc = DeclLoc; local
1230 Attr, DeclEndLoc); local
[all...]

Completed in 40 milliseconds