Searched refs:AsmLoc (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp39 SourceLocation AsmLoc; member in class:__anon569::ClangAsmParserCallback
51 : TheParser(P), AsmLoc(Loc), AsmString(AsmString), AsmToks(Toks),
67 AsmLoc);
184 SourceLocation Loc = AsmLoc;
297 static bool buildMSAsmString(Preprocessor &PP, SourceLocation AsmLoc,
327 PP.Diag(AsmLoc, diag::err_asm_empty);
394 StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) {
396 SourceLocation EndLoc = AsmLoc;
553 Diag(AsmLoc, diag::err_msasm_unsupported_arch) << TheTriple.getArchName();
558 Diag(AsmLoc, dia
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp241 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
277 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
338 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
360 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
453 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
460 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
777 unsigned &Offset, SourceLocation AsmLoc) {
816 if (RequireCompleteType(AsmLoc, QualType(RT, 0),
846 SourceLocation AsmLoc) {
851 NameInfo.setLoc(AsmLoc);
[all...]
H A DTreeTransform.h1393 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
1400 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs,
1409 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, argument
1417 return getSema().ActOnMSAsmStmt(AsmLoc, LBraceLoc, AsmToks, AsmString,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h173 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2738 SourceLocation AsmLoc; member in class:clang::AsmStmt
2756 : Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile),
2764 SourceLocation getAsmLoc() const { return AsmLoc; }
2765 void setAsmLoc(SourceLocation L) { AsmLoc = L; }
3107 SourceLocation getBeginLoc() const LLVM_READONLY { return AsmLoc; }
3205 SourceLocation getBeginLoc() const LLVM_READONLY { return AsmLoc; }
H A DDecl.h4014 StringLiteral *Str, SourceLocation AsmLoc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4885 SourceLocation AsmLoc,
4887 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc);
4883 Create(ASTContext &C, DeclContext *DC, StringLiteral *Str, SourceLocation AsmLoc, SourceLocation RParenLoc) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2416 SourceLocation AsmLoc,
4295 StmtResult ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple,
4310 unsigned &Offset, SourceLocation AsmLoc);
4312 SourceLocation AsmLoc);
4313 StmtResult ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2033 StmtResult ParseMicrosoftAsmStatement(SourceLocation AsmLoc);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp239 bool parseMSInlineAsm(void *AsmLoc, std::string &AsmString,
5761 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs,
5760 parseMSInlineAsm( void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, unsigned &NumInputs, SmallVectorImpl<std::pair<void *, bool>> &OpDecls, SmallVectorImpl<std::string> &Constraints, SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, const MCInstPrinter *IP, MCAsmParserSemaCallback &SI) argument

Completed in 341 milliseconds