/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 40 SourceLocation AsmLoc; member in __anon58bfce330111::ClangAsmParserCallback 52 : TheParser(P), AsmLoc(Loc), AsmString(AsmString), AsmToks(Toks), in ClangAsmParserCallback() 109 AsmLoc); in LookupInlineAsmField() 163 SourceLocation Loc = AsmLoc; in translateLocation() 283 static bool buildMSAsmString(Preprocessor &PP, SourceLocation AsmLoc, in buildMSAsmString() argument 313 PP.Diag(AsmLoc, diag::err_asm_empty); in buildMSAsmString() 380 StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) { in ParseMicrosoftAsmStatement() argument 382 SourceLocation EndLoc = AsmLoc; in ParseMicrosoftAsmStatement() 537 Diag(AsmLoc, diag::err_msasm_unsupported_arch) << TheTriple.getArchName(); in ParseMicrosoftAsmStatement() 542 Diag(AsmLoc, diag::err_msasm_unable_to_create_target) << Error; in ParseMicrosoftAsmStatement() [all …]
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 141 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt() argument 162 Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, NumInputs, Names, in ActOnGCCAsmStmt() 348 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt() 616 unsigned &Offset, SourceLocation AsmLoc) { in LookupInlineAsmField() argument 644 if (RequireCompleteType(AsmLoc, QualType(RT, 0), in LookupInlineAsmField() 675 SourceLocation AsmLoc) { in LookupInlineAsmVarDeclField() argument 681 NameInfo.setLoc(AsmLoc); in LookupInlineAsmVarDeclField() 684 Context, E, T, /*IsArrow=*/false, AsmLoc, NestedNameSpecifierLoc(), in LookupInlineAsmVarDeclField() 694 LookupResult FieldResult(*this, &Context.Idents.get(Member), AsmLoc, in LookupInlineAsmVarDeclField() 709 E, E->getType(), AsmLoc, /*IsArrow=*/false, CXXScopeSpec(), in LookupInlineAsmVarDeclField() [all …]
|
D | TreeTransform.h | 1274 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in RebuildGCCAsmStmt() argument 1280 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs, in RebuildGCCAsmStmt() 1289 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in RebuildMSAsmStmt() argument 1297 return getSema().ActOnMSAsmStmt(AsmLoc, LBraceLoc, AsmToks, AsmString, in RebuildMSAsmStmt()
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmParser.h | 118 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs,
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1416 SourceLocation AsmLoc; 1433 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt() 1443 SourceLocation getAsmLoc() const { return AsmLoc; } in getAsmLoc() 1444 void setAsmLoc(SourceLocation L) { AsmLoc = L; } in setAsmLoc() 1734 SourceLocation getLocStart() const LLVM_READONLY { return AsmLoc; } in getLocStart() 1832 SourceLocation getLocStart() const LLVM_READONLY { return AsmLoc; } in getLocStart()
|
D | Decl.h | 3432 StringLiteral *Str, SourceLocation AsmLoc,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/ |
D | MCAsmParser.h | 179 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1841 SourceLocation AsmLoc, 3489 StmtResult ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, 3502 unsigned &Offset, SourceLocation AsmLoc); 3505 SourceLocation AsmLoc); 3506 StmtResult ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc,
|
/external/clang/lib/AST/ |
D | Decl.cpp | 4188 SourceLocation AsmLoc, in Create() argument 4190 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1708 StmtResult ParseMicrosoftAsmStatement(SourceLocation AsmLoc);
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 231 bool parseMSInlineAsm(void *AsmLoc, std::string &AsmString, 5056 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, in parseMSInlineAsm() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 233 bool parseMSInlineAsm(void *AsmLoc, std::string &AsmString, 5586 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, in parseMSInlineAsm() argument
|