Searched refs:getAsmLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2325 llvm::ConstantInt::get(CGF.Int64Ty, S.getAsmLoc().getRawEncoding()); in UpdateAsmCallInst() 2545 CGM.Error(S.getAsmLoc(), "multiple outputs to hard register: " + GCCReg); in EmitAsmStmt() 2605 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt() 2735 CGM.getDiags().Report(S.getAsmLoc(), diag::err_asm_invalid_type_in_input) in EmitAsmStmt() 2791 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 4394 SourceLocation getAsmLoc() const { return getLocation(); } in getAsmLoc() function 4398 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
|
| H A D | Stmt.h | 3128 SourceLocation getAsmLoc() const { return AsmLoc; } in getAsmLoc() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 354 Record.AddSourceLocation(S->getAsmLoc()); in VisitAsmStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8055 return getDerived().RebuildGCCAsmStmt(S->getAsmLoc(), S->isSimple(), in TransformGCCAsmStmt() 8087 return getDerived().RebuildMSAsmStmt(S->getAsmLoc(), S->getLBraceLoc(), in TransformMSAsmStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 6696 ExpectedSLoc AsmLocOrErr = import(S->getAsmLoc()); in VisitGCCAsmStmt()
|