Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp39 SourceLocation AsmLoc; member in __anonc60b55280111::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
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp243 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt()
824 unsigned &Offset, SourceLocation AsmLoc) { in LookupInlineAsmField()
893 SourceLocation AsmLoc) { in LookupInlineAsmVarDeclField()
932 StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in ActOnMSAsmStmt()
H A DTreeTransform.h1518 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in RebuildGCCAsmStmt()
1534 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in RebuildMSAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5580 SourceLocation AsmLoc, in Create()