diff options
Diffstat (limited to 'include/clang/Sema/Sema.h')
-rw-r--r-- | include/clang/Sema/Sema.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index bdc245ee5a..e74c96b180 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -2601,6 +2601,7 @@ public: Expr *AsmString, MultiExprArg Clobbers, SourceLocation RParenLoc); + NamedDecl *LookupInlineAsmIdentifier(StringRef Name, SourceLocation Loc); StmtResult ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, ArrayRef<Token> AsmToks, SourceLocation EndLoc); |