| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 39 SourceLocation AsmLoc; member in __anon5b3df25c0111::ClangAsmParserCallback 67 AsmLoc); in LookupInlineAsmField() 184 SourceLocation Loc = AsmLoc; in translateLocation() 329 PP.Diag(AsmLoc, diag::err_asm_empty); in buildMSAsmString() 380 SourceLocation EndLoc = AsmLoc; in ParseMicrosoftAsmStatement() 570 Diag(AsmLoc, diag::err_msasm_unable_to_create_target) in ParseMicrosoftAsmStatement() 585 Diag(AsmLoc, diag::err_msasm_unable_to_create_target) in ParseMicrosoftAsmStatement() 610 Diag(AsmLoc, diag::err_msasm_unable_to_create_target) in ParseMicrosoftAsmStatement() 723 SourceLocation AsmLoc = ConsumeToken(); in ParseAsmStatement() local 727 return ParseMicrosoftAsmStatement(AsmLoc); in ParseAsmStatement() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 241 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt() argument 277 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt() 346 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt() 368 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt() 469 GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt() 845 if (RequireCompleteType(AsmLoc, QualType(RT, 0), in LookupInlineAsmField() 875 SourceLocation AsmLoc) { in LookupInlineAsmVarDeclField() argument 880 NameInfo.setLoc(AsmLoc); in LookupInlineAsmVarDeclField() 893 LookupResult FieldResult(*this, &Context.Idents.get(Member), AsmLoc, in LookupInlineAsmVarDeclField() 908 E, E->getType(), AsmLoc, /*IsArrow=*/false, CXXScopeSpec(), in LookupInlineAsmVarDeclField() [all …]
|
| H A D | TreeTransform.h | 1426 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in RebuildGCCAsmStmt() argument 1433 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs, in RebuildGCCAsmStmt() 1442 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in RebuildMSAsmStmt() argument 1450 return getSema().ActOnMSAsmStmt(AsmLoc, LBraceLoc, AsmToks, AsmString, in RebuildMSAsmStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 2818 SourceLocation AsmLoc; variable 2836 : Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt() 2844 SourceLocation getAsmLoc() const { return AsmLoc; } in getAsmLoc() 2845 void setAsmLoc(SourceLocation L) { AsmLoc = L; } in setAsmLoc() 3187 SourceLocation getBeginLoc() const LLVM_READONLY { return AsmLoc; } in getBeginLoc() 3285 SourceLocation getBeginLoc() const LLVM_READONLY { return AsmLoc; } in getBeginLoc()
|
| H A D | Decl.h | 4117 StringLiteral *Str, SourceLocation AsmLoc,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 5028 SourceLocation AsmLoc, in Create() argument 5030 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2882 SourceLocation AsmLoc, 4807 StmtResult ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, 4822 unsigned &Offset, SourceLocation AsmLoc); 4824 SourceLocation AsmLoc); 4825 StmtResult ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2091 StmtResult ParseMicrosoftAsmStatement(SourceLocation AsmLoc);
|