Searched defs:AsmLoc (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaStmtAsm.cpp | 141 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt() 616 unsigned &Offset, SourceLocation AsmLoc) { in LookupInlineAsmField() 675 SourceLocation AsmLoc) { in LookupInlineAsmVarDeclField() 723 StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in ActOnMSAsmStmt()
|
H A D | TreeTransform.h | 1274 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in RebuildGCCAsmStmt() 1289 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in RebuildMSAsmStmt()
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 40 SourceLocation AsmLoc; member in __anon044840c00111::ClangAsmParserCallback 283 static bool buildMSAsmString(Preprocessor &PP, SourceLocation AsmLoc, in buildMSAsmString() 380 StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) { in ParseMicrosoftAsmStatement() 671 SourceLocation AsmLoc = ConsumeToken(); in ParseAsmStatement() local
|
/aosp_15_r20/external/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 5056 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, in parseMSInlineAsm()
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Decl.cpp | 4188 SourceLocation AsmLoc, in Create()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 5761 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, in parseMSInlineAsm()
|