Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseStmtAsm.cpp39 SourceLocation AsmLoc; member in __anond3d7ccfb0111::ClangAsmParserCallback
264 static bool buildMSAsmString(Preprocessor &PP, SourceLocation AsmLoc, in buildMSAsmString()
334 StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) { in ParseMicrosoftAsmStatement()
611 SourceLocation AsmLoc = ConsumeToken(); in ParseAsmStatement() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp104 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt()
551 unsigned &Offset, SourceLocation AsmLoc) { in LookupInlineAsmField()
596 StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in ActOnMSAsmStmt()
H A DTreeTransform.h1241 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in RebuildGCCAsmStmt()
1256 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in RebuildMSAsmStmt()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4530 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, in parseMSInlineAsm()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp3925 SourceLocation AsmLoc, in Create()