Home
last modified time | relevance | path

Searched refs:Parm (Results 1 – 25 of 946) sorted by relevance

12345678910>>...38

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp42 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
43 if (Parm->isImplicit()) in check()
46 if (!Parm->getName().empty()) in check()
52 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
56 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
57 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
66 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
71 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
72 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
113 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp42 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
43 if (Parm->isImplicit()) in check()
46 if (!Parm->getName().empty()) in check()
52 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
56 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
57 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
66 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
71 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
72 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
113 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp42 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
43 if (Parm->isImplicit()) in check()
46 if (!Parm->getName().empty()) in check()
52 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
56 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
57 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
66 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
71 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
72 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
113 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp42 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
43 if (Parm->isImplicit()) in check()
46 if (!Parm->getName().empty()) in check()
52 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
56 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
57 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
66 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
71 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
72 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
113 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp42 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
43 if (Parm->isImplicit()) in check()
46 if (!Parm->getName().empty()) in check()
52 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
56 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
57 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
66 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
71 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
72 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
113 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp46 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
47 if (Parm->isImplicit()) in check()
50 if (!Parm->getName().empty()) in check()
56 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
60 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
61 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
70 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
75 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
76 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
117 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp46 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
47 if (Parm->isImplicit()) in check()
50 if (!Parm->getName().empty()) in check()
56 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
60 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
61 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
70 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
75 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
76 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
117 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp46 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
47 if (Parm->isImplicit()) in check()
50 if (!Parm->getName().empty()) in check()
56 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
60 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
61 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
70 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
75 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
76 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
117 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp46 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
47 if (Parm->isImplicit()) in check()
50 if (!Parm->getName().empty()) in check()
56 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
60 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
61 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
70 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
75 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
76 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
117 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp46 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
47 if (Parm->isImplicit()) in check()
50 if (!Parm->getName().empty()) in check()
56 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
60 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
61 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
70 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
75 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
76 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
117 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp46 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
47 if (Parm->isImplicit()) in check()
50 if (!Parm->getName().empty()) in check()
56 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
60 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
61 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
70 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
75 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
76 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
117 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp46 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
47 if (Parm->isImplicit()) in check()
50 if (!Parm->getName().empty()) in check()
56 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
60 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
61 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
70 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
75 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
76 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
117 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp46 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
47 if (Parm->isImplicit()) in check()
50 if (!Parm->getName().empty()) in check()
56 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
60 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
61 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
70 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
75 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
76 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
117 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp47 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
48 if (Parm->isImplicit()) in check()
51 if (!Parm->getName().empty()) in check()
57 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
61 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
62 !SM.isWrittenInSameFile(Parm->getBeginLoc(), Parm->getLocation())) in check()
71 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
76 const char *Begin = SM.getCharacterData(Parm->getBeginLoc()); in check()
77 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
118 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/readability/
H A DNamedParameterCheck.cpp47 const ParmVarDecl *Parm = Function->getParamDecl(I); in check() local
48 if (Parm->isImplicit()) in check()
51 if (!Parm->getName().empty()) in check()
57 Parm->getType()->isSpecificBuiltinType(BuiltinType::Int)) in check()
61 if (!Parm->getLocation().isValid() || Parm->getLocation().isMacroID() || in check()
62 !SM.isWrittenInSameFile(Parm->getLocStart(), Parm->getLocation())) in check()
71 if (Parm->getType().getCanonicalType()->isNullPtrType()) in check()
76 const char *Begin = SM.getCharacterData(Parm->getLocStart()); in check()
77 const char *End = SM.getCharacterData(Parm->getLocation()); in check()
118 const ParmVarDecl *Parm = P.first->getParamDecl(P.second); in check() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Index/
H A Dctor-init-source-loc.cpp31 typedef Q Parm; typedef
36 struct Derived4: Outer::Inner<Q>::Parm
38 Derived4() : Outer::Inner<Q>::Parm() {} in Derived4()
45 struct Derived5: Outer::Inner<Q>::Parm::InnerIterator
47 Derived5() : Outer::Inner<Q>::Parm::InnerIterator() {} in Derived5()
64 struct Derived7: Outer::Inner<Base>::Parm
66 Derived7() : Outer::Inner<Base>::Parm() {} in Derived7()
86 typedef Q Parm; typedef
110 struct Derived11: Namespace::Outer::Inner<MyBase>::Parm
112 Derived11() : Namespace::Outer::Inner<MyBase>::Parm() {} in Derived11()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Index/
H A Dctor-init-source-loc.cpp31 typedef Q Parm; typedef
36 struct Derived4: Outer::Inner<Q>::Parm
38 Derived4() : Outer::Inner<Q>::Parm() {} in Derived4()
45 struct Derived5: Outer::Inner<Q>::Parm::InnerIterator
47 Derived5() : Outer::Inner<Q>::Parm::InnerIterator() {} in Derived5()
64 struct Derived7: Outer::Inner<Base>::Parm
66 Derived7() : Outer::Inner<Base>::Parm() {} in Derived7()
86 typedef Q Parm; typedef
110 struct Derived11: Namespace::Outer::Inner<MyBase>::Parm
112 Derived11() : Namespace::Outer::Inner<MyBase>::Parm() {} in Derived11()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Index/
H A Dctor-init-source-loc.cpp31 typedef Q Parm; typedef
36 struct Derived4: Outer::Inner<Q>::Parm
38 Derived4() : Outer::Inner<Q>::Parm() {} in Derived4()
45 struct Derived5: Outer::Inner<Q>::Parm::InnerIterator
47 Derived5() : Outer::Inner<Q>::Parm::InnerIterator() {} in Derived5()
64 struct Derived7: Outer::Inner<Base>::Parm
66 Derived7() : Outer::Inner<Base>::Parm() {} in Derived7()
86 typedef Q Parm; typedef
110 struct Derived11: Namespace::Outer::Inner<MyBase>::Parm
112 Derived11() : Namespace::Outer::Inner<MyBase>::Parm() {} in Derived11()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Index/
H A Dctor-init-source-loc.cpp31 typedef Q Parm; typedef
36 struct Derived4: Outer::Inner<Q>::Parm
38 Derived4() : Outer::Inner<Q>::Parm() {} in Derived4()
45 struct Derived5: Outer::Inner<Q>::Parm::InnerIterator
47 Derived5() : Outer::Inner<Q>::Parm::InnerIterator() {} in Derived5()
64 struct Derived7: Outer::Inner<Base>::Parm
66 Derived7() : Outer::Inner<Base>::Parm() {} in Derived7()
86 typedef Q Parm; typedef
110 struct Derived11: Namespace::Outer::Inner<MyBase>::Parm
112 Derived11() : Namespace::Outer::Inner<MyBase>::Parm() {} in Derived11()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Index/
H A Dctor-init-source-loc.cpp31 typedef Q Parm; typedef
36 struct Derived4: Outer::Inner<Q>::Parm
38 Derived4() : Outer::Inner<Q>::Parm() {} in Derived4()
45 struct Derived5: Outer::Inner<Q>::Parm::InnerIterator
47 Derived5() : Outer::Inner<Q>::Parm::InnerIterator() {} in Derived5()
64 struct Derived7: Outer::Inner<Base>::Parm
66 Derived7() : Outer::Inner<Base>::Parm() {} in Derived7()
86 typedef Q Parm; typedef
110 struct Derived11: Namespace::Outer::Inner<MyBase>::Parm
112 Derived11() : Namespace::Outer::Inner<MyBase>::Parm() {} in Derived11()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Index/
H A Dctor-init-source-loc.cpp31 typedef Q Parm; typedef
36 struct Derived4: Outer::Inner<Q>::Parm
38 Derived4() : Outer::Inner<Q>::Parm() {} in Derived4()
45 struct Derived5: Outer::Inner<Q>::Parm::InnerIterator
47 Derived5() : Outer::Inner<Q>::Parm::InnerIterator() {} in Derived5()
64 struct Derived7: Outer::Inner<Base>::Parm
66 Derived7() : Outer::Inner<Base>::Parm() {} in Derived7()
86 typedef Q Parm; typedef
110 struct Derived11: Namespace::Outer::Inner<MyBase>::Parm
112 Derived11() : Namespace::Outer::Inner<MyBase>::Parm() {} in Derived11()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Index/
H A Dctor-init-source-loc.cpp31 typedef Q Parm; typedef
36 struct Derived4: Outer::Inner<Q>::Parm
38 Derived4() : Outer::Inner<Q>::Parm() {} in Derived4()
45 struct Derived5: Outer::Inner<Q>::Parm::InnerIterator
47 Derived5() : Outer::Inner<Q>::Parm::InnerIterator() {} in Derived5()
64 struct Derived7: Outer::Inner<Base>::Parm
66 Derived7() : Outer::Inner<Base>::Parm() {} in Derived7()
86 typedef Q Parm; typedef
110 struct Derived11: Namespace::Outer::Inner<MyBase>::Parm
112 Derived11() : Namespace::Outer::Inner<MyBase>::Parm() {} in Derived11()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Index/
H A Dctor-init-source-loc.cpp31 typedef Q Parm; typedef
36 struct Derived4: Outer::Inner<Q>::Parm
38 Derived4() : Outer::Inner<Q>::Parm() {} in Derived4()
45 struct Derived5: Outer::Inner<Q>::Parm::InnerIterator
47 Derived5() : Outer::Inner<Q>::Parm::InnerIterator() {} in Derived5()
64 struct Derived7: Outer::Inner<Base>::Parm
66 Derived7() : Outer::Inner<Base>::Parm() {} in Derived7()
86 typedef Q Parm; typedef
110 struct Derived11: Namespace::Outer::Inner<MyBase>::Parm
112 Derived11() : Namespace::Outer::Inner<MyBase>::Parm() {} in Derived11()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Index/
H A Dctor-init-source-loc.cpp31 typedef Q Parm; typedef
36 struct Derived4: Outer::Inner<Q>::Parm
38 Derived4() : Outer::Inner<Q>::Parm() {} in Derived4()
45 struct Derived5: Outer::Inner<Q>::Parm::InnerIterator
47 Derived5() : Outer::Inner<Q>::Parm::InnerIterator() {} in Derived5()
64 struct Derived7: Outer::Inner<Base>::Parm
66 Derived7() : Outer::Inner<Base>::Parm() {} in Derived7()
86 typedef Q Parm; typedef
110 struct Derived11: Namespace::Outer::Inner<MyBase>::Parm
112 Derived11() : Namespace::Outer::Inner<MyBase>::Parm() {} in Derived11()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Index/
H A Dctor-init-source-loc.cpp31 typedef Q Parm; typedef
36 struct Derived4: Outer::Inner<Q>::Parm
38 Derived4() : Outer::Inner<Q>::Parm() {} in Derived4()
45 struct Derived5: Outer::Inner<Q>::Parm::InnerIterator
47 Derived5() : Outer::Inner<Q>::Parm::InnerIterator() {} in Derived5()
64 struct Derived7: Outer::Inner<Base>::Parm
66 Derived7() : Outer::Inner<Base>::Parm() {} in Derived7()
86 typedef Q Parm; typedef
110 struct Derived11: Namespace::Outer::Inner<MyBase>::Parm
112 Derived11() : Namespace::Outer::Inner<MyBase>::Parm() {} in Derived11()

12345678910>>...38