Searched defs:AsmLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 141 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt() 618 unsigned &Offset, SourceLocation AsmLoc) { in LookupInlineAsmField() 679 SourceLocation AsmLoc) { in LookupInlineAsmVarDeclField() 719 StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in ActOnMSAsmStmt()
|
D | TreeTransform.h | 1262 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in RebuildGCCAsmStmt() 1277 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in RebuildMSAsmStmt()
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 39 SourceLocation AsmLoc; member in __anonba54ad6b0111::ClangAsmParserCallback 286 static bool buildMSAsmString(Preprocessor &PP, SourceLocation AsmLoc, in buildMSAsmString() 356 StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) { in ParseMicrosoftAsmStatement() 633 SourceLocation AsmLoc = ConsumeToken(); in ParseAsmStatement() local
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 4680 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, in parseMSInlineAsm()
|
/external/clang/lib/AST/ |
D | Decl.cpp | 3994 SourceLocation AsmLoc, in Create()
|