| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseStmtAsm.cpp | 40 SourceLocation AsmLoc; member in __anonbc417d170111::ClangAsmParserCallback 52 : TheParser(P), AsmLoc(Loc), AsmString(AsmString), AsmToks(Toks), in ClangAsmParserCallback() 68 AsmLoc); in LookupInlineAsmField() 186 SourceLocation Loc = AsmLoc; in translateLocation() 298 static bool buildMSAsmString(Preprocessor &PP, SourceLocation AsmLoc, in buildMSAsmString() argument 328 PP.Diag(AsmLoc, diag::err_asm_empty); in buildMSAsmString() 397 SourceLocation EndLoc = AsmLoc; in ParseMicrosoftAsmStatement() 578 if (buildMSAsmString(PP, AsmLoc, AsmToks, TokOffsets, AsmString)) in ParseMicrosoftAsmStatement() 620 ClangAsmParserCallback Callback(*this, AsmLoc, AsmString, AsmToks, in ParseMicrosoftAsmStatement() 691 SourceLocation AsmLoc = ConsumeToken(); in ParseAsmStatement() local [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 240 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in ActOnGCCAsmStmt() argument 261 Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, NumInputs, Names, in ActOnGCCAsmStmt() 453 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, in ActOnGCCAsmStmt() 730 unsigned &Offset, SourceLocation AsmLoc) { in LookupInlineAsmField() argument 769 if (RequireCompleteType(AsmLoc, QualType(RT, 0), in LookupInlineAsmField() 799 SourceLocation AsmLoc) { in LookupInlineAsmVarDeclField() argument 804 NameInfo.setLoc(AsmLoc); in LookupInlineAsmVarDeclField() 807 Context, E, T, /*IsArrow=*/false, AsmLoc, NestedNameSpecifierLoc(), in LookupInlineAsmVarDeclField() 817 LookupResult FieldResult(*this, &Context.Idents.get(Member), AsmLoc, in LookupInlineAsmVarDeclField() 832 E, E->getType(), AsmLoc, /*IsArrow=*/false, CXXScopeSpec(), in LookupInlineAsmVarDeclField() [all …]
|
| H A D | TreeTransform.h | 1354 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, in RebuildGCCAsmStmt() argument 1360 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs, in RebuildGCCAsmStmt() 1369 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, in RebuildMSAsmStmt() argument 1377 return getSema().ActOnMSAsmStmt(AsmLoc, LBraceLoc, AsmToks, AsmString, in RebuildMSAsmStmt()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParser.h | 180 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Stmt.h | 2524 SourceLocation AsmLoc; variable 2542 : Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt() 2550 SourceLocation getAsmLoc() const { return AsmLoc; } in getAsmLoc() 2551 void setAsmLoc(SourceLocation L) { AsmLoc = L; } in setAsmLoc() 2841 SourceLocation getBeginLoc() const LLVM_READONLY { return AsmLoc; } in getBeginLoc() 2939 SourceLocation getBeginLoc() const LLVM_READONLY { return AsmLoc; } in getBeginLoc()
|
| H A D | Decl.h | 3835 StringLiteral *Str, SourceLocation AsmLoc,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 2094 SourceLocation AsmLoc, 3865 StmtResult ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, 3879 unsigned &Offset, SourceLocation AsmLoc); 3881 SourceLocation AsmLoc); 3882 StmtResult ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Decl.cpp | 4603 SourceLocation AsmLoc, in Create() argument 4605 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 238 bool parseMSInlineAsm(void *AsmLoc, std::string &AsmString, 5623 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, in parseMSInlineAsm() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 1908 StmtResult ParseMicrosoftAsmStatement(SourceLocation AsmLoc);
|