hanchenye-llvm-project/clang/lib/Sema
Douglas Gregor 6b8232ff82 Eliminate cursor kinds used to express definitions. Instead, provide
CIndex functions that (1) map from a reference or declaration to the
corresponding definition, if available, and (2) determine whether a
given declaration cursor is also a definition. This eliminates a lot
of duplication in the cursor kinds, and maps more closely to the Clang
ASTs.

This is another API + ABI breaker with no deprecation. Yay, progress.

llvm-svn: 93893
2010-01-19 19:34:47 +00:00
..
CMakeLists.txt Try to make cmake happy 2010-01-10 13:06:34 +00:00
CXXFieldCollector.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
CodeCompleteConsumer.cpp Eliminate cursor kinds used to express definitions. Instead, provide 2010-01-19 19:34:47 +00:00
IdentifierResolver.cpp Eliminate dead code. 2010-01-02 21:44:36 +00:00
IdentifierResolver.h Eliminate dead code. 2010-01-02 21:44:36 +00:00
JumpDiagnostics.cpp Silence some warnings produced by Clang, and add a missing header 2009-11-17 06:14:37 +00:00
Lookup.h When performing qualified name lookup into the current instantiation, 2010-01-15 01:44:47 +00:00
Makefile Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
ParseAST.cpp Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReader 2009-12-01 21:57:20 +00:00
Sema.cpp Don't a.k.a. through the primary typedef of an anonymous tag decl. 2010-01-13 22:07:44 +00:00
Sema.h Teach Sema::ActOnDependentTemplateName that a dependent template name 2010-01-19 16:01:07 +00:00
SemaAccess.cpp Set a member's access specifier even if it doesn't match the previous specifier. 2009-12-23 00:37:40 +00:00
SemaAttr.cpp Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: 2009-12-02 08:25:40 +00:00
SemaCXXCast.cpp Preserve type source information for C++ named casts through template 2010-01-15 19:13:16 +00:00
SemaCXXScopeSpec.cpp Teach Sema::ActOnDependentTemplateName that a dependent template name 2010-01-19 16:01:07 +00:00
SemaChecking.cpp Roll out ASTContext::getTypeSizeInChars(), replacing instances of 2010-01-11 17:06:35 +00:00
SemaCodeComplete.cpp Switch a few callers of MaybeAddResult over to AddResult, when the 2010-01-14 16:14:35 +00:00
SemaDecl.cpp When looking up enumerator names for redeclaration, use the 2010-01-19 06:06:57 +00:00
SemaDeclAttr.cpp implement PR6007, diagnosing invalid attribute((section)) 2010-01-12 20:58:53 +00:00
SemaDeclCXX.cpp In a mem-initializer, a nested-name-specifier followed by an 2010-01-19 06:46:48 +00:00
SemaDeclObjC.cpp Mostly renaming some methods and updating comments to 2010-01-18 18:41:16 +00:00
SemaExceptionSpec.cpp Implement C++ DR437, which involves exception-specifications that name 2009-12-10 18:13:52 +00:00
SemaExpr.cpp Issue diagnostics (instead of crashing in code gen) when using 2010-01-19 17:48:02 +00:00
SemaExprCXX.cpp Make the AST explicitly represent the cast of the first operand of a 2010-01-16 00:00:48 +00:00
SemaExprObjC.cpp Implement typo correction for a variety of Objective-C-specific 2010-01-03 18:01:57 +00:00
SemaInit.cpp Fix the CodeGen half of PR5911 by changing reference initialization to 2010-01-12 20:32:25 +00:00
SemaInit.h Allow the first parameter of operator new to be a cv-qualified 2009-12-22 23:42:49 +00:00
SemaLookup.cpp Make LookupResult::resolveKind() robust against NotFoundInCurrentInstantiation. 2010-01-15 21:27:01 +00:00
SemaOverload.cpp Allow conversion of pointer to an objective-c pointer to 2010-01-18 22:59:22 +00:00
SemaOverload.h Record some basic information about bad conversion sequences. Use that 2010-01-13 09:16:55 +00:00
SemaStmt.cpp Remember if the AsmStmt came from Microsoft-style inline assembly code. 2010-01-04 22:37:17 +00:00
SemaTemplate.cpp Teach Sema::ActOnDependentTemplateName that a dependent template name 2010-01-19 16:01:07 +00:00
SemaTemplate.h Implement partial ordering of function template specializations 2009-09-14 18:39:43 +00:00
SemaTemplateDeduction.cpp After dyn_cast'ing, it generally makes sense to check the *output* of 2010-01-14 18:13:22 +00:00
SemaTemplateInstantiate.cpp Make our marking of virtual members functions in a class be 2010-01-06 04:44:19 +00:00
SemaTemplateInstantiateDecl.cpp Encoding calling conventions in the type system, from Charles Davis! 2010-01-18 17:14:39 +00:00
SemaType.cpp Improve source-location information for builtin TypeLocs, from Enea 2010-01-18 18:04:31 +00:00
TargetAttributesSema.cpp Generalize target weirdness handling having proper layering in mind: 2010-01-10 12:58:08 +00:00
TargetAttributesSema.h Generalize target weirdness handling having proper layering in mind: 2010-01-10 12:58:08 +00:00
TreeTransform.h Preserve type source information in compound literal expressions. 2010-01-18 19:35:47 +00:00