Home
last modified time | relevance | path

Searched defs:AsmLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaStmtAsm.cpp141 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()
DTreeTransform.h1262 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in RebuildGCCAsmStmt()
1277 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in RebuildMSAsmStmt()
/external/clang/lib/Parse/
DParseStmtAsm.cpp39 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/
DAsmParser.cpp4680 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, in parseMSInlineAsm()
/external/clang/lib/AST/
DDecl.cpp3994 SourceLocation AsmLoc, in Create()