Searched defs:DeclEndLoc (Results 1 - 1 of 1) 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...]

Completed in 47 milliseconds