Searched defs:AsmLoc (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 39 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 D | SemaStmtAsm.cpp | 242 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 D | TreeTransform.h | 1472 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 D | Decl.cpp | 5258 SourceLocation AsmLoc, in Create()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | Stmt.h | 2891 SourceLocation AsmLoc; variable
|