clang-1/lib/Parse
Douglas Gregor 18df52bbb5 Keep track of the source locations for each protocol reference in
Objective-C classes, protocol definitions, forward protocol
declarations, and categories. This information isn't actually used
yet; that's coming next.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93636 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-16 15:02:53 +00:00
..
AttributeList.cpp Parse C++ member check attributes - base_check, hiding, and override. 2009-11-25 04:20:27 +00:00
CMakeLists.txt Reorder files. 2009-07-21 21:03:50 +00:00
DeclSpec.cpp Reimplement constructor declarator parsing to cope with template-ids 2010-01-13 17:31:36 +00:00
Makefile Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
MinimalAction.cpp Keep track of the source locations for each protocol reference in 2010-01-16 15:02:53 +00:00
ParseCXXInlineMethods.cpp Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made 2009-12-19 10:49:29 +00:00
ParseDecl.cpp Whenever completing ordinary names for an Objective-C source, also 2010-01-13 21:24:21 +00:00
ParseDeclCXX.cpp Improve recovery for template-ids whose template-name doesn't actually 2010-01-12 21:28:44 +00:00
ParseExpr.cpp Improve code completion by introducing patterns for the various C and 2010-01-10 23:08:15 +00:00
ParseExprCXX.cpp Reimplement constructor declarator parsing to cope with template-ids 2010-01-13 17:31:36 +00:00
ParseInit.cpp PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients 2009-10-18 21:17:35 +00:00
ParseObjc.cpp Keep track of the source locations for each protocol reference in 2010-01-16 15:02:53 +00:00
ParsePragma.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParsePragma.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParseStmt.cpp Improve code completion by introducing patterns for the various C and 2010-01-10 23:08:15 +00:00
ParseTemplate.cpp Reimplement constructor declarator parsing to cope with template-ids 2010-01-13 17:31:36 +00:00
ParseTentative.cpp eliminate a call to NextToken() when parsing ::foo 2009-12-19 01:11:05 +00:00
Parser.cpp Whenever completing ordinary names for an Objective-C source, also 2010-01-13 21:24:21 +00:00
RAIIObjectsForParser.h Privatize class members. 2009-12-10 21:50:21 +00:00