Home
last modified time | relevance | path

Searched refs:FileScopeAsmDecl (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp22 FileScopeAsmDecl>
37 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp22 FileScopeAsmDecl>
37 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp22 FileScopeAsmDecl>
37 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp22 FileScopeAsmDecl>
37 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp22 FileScopeAsmDecl>
37 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp22 FileScopeAsmDecl>
37 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp22 FileScopeAsmDecl>
37 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp22 FileScopeAsmDecl>
37 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp22 FileScopeAsmDecl>
37 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp22 FileScopeAsmDecl>
37 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp22 FileScopeAsmDecl>
37 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp22 FileScopeAsmDecl>
37 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp22 FileScopeAsmDecl>
37 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp23 FileScopeAsmDecl>
38 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp23 FileScopeAsmDecl>
38 Result.Nodes.getNodeAs<FileScopeAsmDecl>("asm-file-scope")) in check()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DDecl.cpp4599 void FileScopeAsmDecl::anchor() {} in anchor()
4601 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create()
4605 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
4608 FileScopeAsmDecl *FileScopeAsmDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
4610 return new (C, ID) FileScopeAsmDecl(nullptr, nullptr, SourceLocation(), in CreateDeserialized()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DDecl.cpp4505 void FileScopeAsmDecl::anchor() {} in anchor()
4507 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create()
4511 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
4514 FileScopeAsmDecl *FileScopeAsmDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
4516 return new (C, ID) FileScopeAsmDecl(nullptr, nullptr, SourceLocation(), in CreateDeserialized()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DDecl.cpp4998 void FileScopeAsmDecl::anchor() {} in anchor()
5000 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create()
5004 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
5007 FileScopeAsmDecl *FileScopeAsmDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
5009 return new (C, ID) FileScopeAsmDecl(nullptr, nullptr, SourceLocation(), in CreateDeserialized()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DDecl.cpp4893 void FileScopeAsmDecl::anchor() {} in anchor()
4895 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create()
4899 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
4902 FileScopeAsmDecl *FileScopeAsmDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
4904 return new (C, ID) FileScopeAsmDecl(nullptr, nullptr, SourceLocation(), in CreateDeserialized()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DDecl.cpp4917 void FileScopeAsmDecl::anchor() {} in anchor()
4919 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create()
4923 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
4926 FileScopeAsmDecl *FileScopeAsmDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
4928 return new (C, ID) FileScopeAsmDecl(nullptr, nullptr, SourceLocation(), in CreateDeserialized()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DDecl.cpp4881 void FileScopeAsmDecl::anchor() {} in anchor()
4883 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create()
4887 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
4890 FileScopeAsmDecl *FileScopeAsmDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
4892 return new (C, ID) FileScopeAsmDecl(nullptr, nullptr, SourceLocation(), in CreateDeserialized()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DDecl.cpp5039 void FileScopeAsmDecl::anchor() {} in anchor()
5041 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create()
5045 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
5048 FileScopeAsmDecl *FileScopeAsmDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
5050 return new (C, ID) FileScopeAsmDecl(nullptr, nullptr, SourceLocation(), in CreateDeserialized()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DDecl.cpp5039 void FileScopeAsmDecl::anchor() {} in anchor()
5041 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create()
5045 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
5048 FileScopeAsmDecl *FileScopeAsmDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
5050 return new (C, ID) FileScopeAsmDecl(nullptr, nullptr, SourceLocation(), in CreateDeserialized()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DDecl.cpp4755 void FileScopeAsmDecl::anchor() {} in anchor()
4757 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create()
4761 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
4764 FileScopeAsmDecl *FileScopeAsmDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
4766 return new (C, ID) FileScopeAsmDecl(nullptr, nullptr, SourceLocation(), in CreateDeserialized()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DDecl.cpp4976 void FileScopeAsmDecl::anchor() {} in anchor()
4978 FileScopeAsmDecl *FileScopeAsmDecl::Create(ASTContext &C, DeclContext *DC, in Create()
4982 return new (C, DC) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc); in Create()
4985 FileScopeAsmDecl *FileScopeAsmDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
4987 return new (C, ID) FileScopeAsmDecl(nullptr, nullptr, SourceLocation(), in CreateDeserialized()

12345678