Home | History | Annotate | Download | only in Parse

Lines Matching full:sema

18 #include "clang/Sema/DeclSpec.h"
19 #include "clang/Sema/PrettyDeclStackTrace.h"
20 #include "clang/Sema/Scope.h"
133 Sema::ObjCContainerKind ock = Actions.getObjCContainerKind();
134 if (ock == Sema::OCK_None)
433 CurParsedObjCImpl? Sema::PCC_ObjCImplementation
434 : Sema::PCC_ObjCInterface);
1053 SmallVector<Sema::ObjCArgInfo, 12> ArgInfos;
1060 Sema::ObjCArgInfo ArgInfo;
1338 Sema::PCC_ObjCInstanceVariableList);
1621 << Sema::OCK_Implementation;
2047 // Allow the rest of sema to find private method decl implementations.
2375 case Sema::ObjCSuperMessage:
2379 case Sema::ObjCClassMessage:
2390 case Sema::ObjCInstanceMessage: