Home | History | Annotate | Download | only in Sema

Lines Matching refs:Sema

14 #include "clang/Sema/SemaInternal.h"
19 #include "clang/Sema/Initialization.h"
20 #include "clang/Sema/Lookup.h"
21 #include "clang/Sema/Scope.h"
22 #include "clang/Sema/ScopeInfo.h"
38 using namespace sema;
47 static bool CheckAsmLValue(const Expr *E, Sema &S) {
89 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple,
377 static StringRef getSpelling(Sema &SemaRef, Token AsmTok) {
388 static bool buildMSAsmString(Sema &SemaRef,
428 Sema &SemaRef;
434 MCAsmParserSemaCallbackImpl(Sema &Ref, SourceLocation Loc,
489 NamedDecl *Sema::LookupInlineAsmIdentifier(StringRef Name, SourceLocation Loc,
497 Sema::LookupOrdinaryName);
532 bool Sema::LookupInlineAsmField(StringRef Base, StringRef Member,
576 StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc,