Searched refs:getAsmLoc (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/ |
| H A D | NoAssemblerCheck.cpp | 35 ASMLocation = ASM->getAsmLoc(); in check() 38 ASMLocation = ASM->getAsmLoc(); in check()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2296 llvm::ConstantInt::get(CGF.Int64Ty, S.getAsmLoc().getRawEncoding()); in UpdateAsmCallInst() 2401 CGM.Error(S.getAsmLoc(), "multiple outputs to hard register: " + GCCReg); in EmitAsmStmt() 2461 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt() 2592 CGM.getDiags().Report(S.getAsmLoc(), diag::err_asm_invalid_type_in_input) in EmitAsmStmt() 2648 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Decl.h | 4201 SourceLocation getAsmLoc() const { return getLocation(); } in getAsmLoc() function 4205 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
|
| H A D | Stmt.h | 2905 SourceLocation getAsmLoc() const { return AsmLoc; } in getAsmLoc() function
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 289 Record.AddSourceLocation(S->getAsmLoc()); in VisitAsmStmt()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7792 return getDerived().RebuildGCCAsmStmt(S->getAsmLoc(), S->isSimple(), in TransformGCCAsmStmt() 7825 return getDerived().RebuildMSAsmStmt(S->getAsmLoc(), S->getLBraceLoc(), in TransformMSAsmStmt()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 6311 ExpectedSLoc AsmLocOrErr = import(S->getAsmLoc()); in VisitGCCAsmStmt()
|