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.cpp37 SourceLocation AsmLoc; member in __anonc60b55280111::ClangAsmParserCallback
296 static bool buildMSAsmString(Preprocessor &PP, SourceLocation AsmLoc, in buildMSAsmString()
359 StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) { in ParseMicrosoftAsmStatement()
673 SourceLocation AsmLoc = ConsumeToken(); in ParseAsmStatement() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp269 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt()
864 unsigned &Offset, SourceLocation AsmLoc) { in LookupInlineAsmField()
933 SourceLocation AsmLoc) { in LookupInlineAsmVarDeclField()
972 StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in ActOnMSAsmStmt()
H A DTreeTransform.h1512 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in RebuildGCCAsmStmt()
1528 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in RebuildMSAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5728 Expr *Str, SourceLocation AsmLoc, in Create()