Home | History | Annotate | Download | only in Sema

Lines Matching full:clang

18 #include "clang/AST/Decl.h"
19 #include "clang/AST/DeclTemplate.h"
20 #include "clang/AST/Expr.h"
21 #include "clang/AST/TemplateBase.h"
22 #include "clang/AST/Type.h"
23 #include "clang/AST/UnresolvedSet.h"
24 #include "clang/Sema/SemaFixItUtils.h"
28 namespace clang {
62 ICK_NoReturn_Adjustment, ///< Removal of noreturn from a type (Clang)
66 ICK_Complex_Promotion, ///< Complex promotions (Clang extension)
706 } // end namespace clang