Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmtAsm.cpp39 SourceLocation AsmLoc; member in __anon8dd050df0111::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
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp242 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt()
822 unsigned &Offset, SourceLocation AsmLoc) { in LookupInlineAsmField()
891 SourceLocation AsmLoc) { in LookupInlineAsmVarDeclField()
930 StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in ActOnMSAsmStmt()
H A DTreeTransform.h1472 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in RebuildGCCAsmStmt()
1488 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in RebuildMSAsmStmt()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp5258 SourceLocation AsmLoc, in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2891 SourceLocation AsmLoc; variable