Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmtAsm.cpp39 SourceLocation AsmLoc; member in __anonf93cad930111::ClangAsmParserCallback
299 static bool buildMSAsmString(Preprocessor &PP, SourceLocation AsmLoc, in buildMSAsmString()
378 StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) { in ParseMicrosoftAsmStatement()
723 SourceLocation AsmLoc = ConsumeToken(); in ParseAsmStatement() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp241 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt()
806 unsigned &Offset, SourceLocation AsmLoc) { in LookupInlineAsmField()
875 SourceLocation AsmLoc) { in LookupInlineAsmVarDeclField()
914 StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in ActOnMSAsmStmt()
H A DTreeTransform.h1426 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in RebuildGCCAsmStmt()
1442 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in RebuildMSAsmStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp5028 SourceLocation AsmLoc, in Create()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5910 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, in parseMSInlineAsm()
H A DMasmParser.cpp7043 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, in parseMSInlineAsm()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2818 SourceLocation AsmLoc; variable