Home
last modified time | relevance | path

Searched refs:isTypeDependent (Results 1 – 25 of 736) sorted by relevance

12345678910>>...30

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DExprOpenMP.h57 Base->isTypeDependent() || in OMPArraySectionExpr()
58 (LowerBound && LowerBound->isTypeDependent()) || in OMPArraySectionExpr()
59 (Length && Length->isTypeDependent()), in OMPArraySectionExpr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DExprOpenMP.h56 Base->isTypeDependent() || in OMPArraySectionExpr()
57 (LowerBound && LowerBound->isTypeDependent()) || in OMPArraySectionExpr()
58 (Length && Length->isTypeDependent()), in OMPArraySectionExpr()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DExprOpenMP.h56 Base->isTypeDependent() || in OMPArraySectionExpr()
57 (LowerBound && LowerBound->isTypeDependent()) || in OMPArraySectionExpr()
58 (Length && Length->isTypeDependent()), in OMPArraySectionExpr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h56 Base->isTypeDependent() || in OMPArraySectionExpr()
57 (LowerBound && LowerBound->isTypeDependent()) || in OMPArraySectionExpr()
58 (Length && Length->isTypeDependent()), in OMPArraySectionExpr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DExprOpenMP.h57 Base->isTypeDependent() || in OMPArraySectionExpr()
58 (LowerBound && LowerBound->isTypeDependent()) || in OMPArraySectionExpr()
59 (Length && Length->isTypeDependent()), in OMPArraySectionExpr()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DExprObjC.cpp34 if (Elements[I]->isTypeDependent() || Elements[I]->isValueDependent()) in ObjCArrayLiteral()
71 if (VK[I].Key->isTypeDependent() || VK[I].Key->isValueDependent() || in ObjCDictionaryLiteral()
72 VK[I].Value->isTypeDependent() || VK[I].Value->isValueDependent()) in ObjCDictionaryLiteral()
170 Receiver->isTypeDependent(), Receiver->isTypeDependent(), in ObjCMessageExpr()
187 if (Args[I]->isTypeDependent()) in initArgsAndSelLocs()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DExprObjC.cpp34 if (Elements[I]->isTypeDependent() || Elements[I]->isValueDependent()) in ObjCArrayLiteral()
71 if (VK[I].Key->isTypeDependent() || VK[I].Key->isValueDependent() || in ObjCDictionaryLiteral()
72 VK[I].Value->isTypeDependent() || VK[I].Value->isValueDependent()) in ObjCDictionaryLiteral()
170 Receiver->isTypeDependent(), Receiver->isTypeDependent(), in ObjCMessageExpr()
187 if (Args[I]->isTypeDependent()) in initArgsAndSelLocs()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DExprObjC.cpp33 if (Elements[I]->isTypeDependent() || Elements[I]->isValueDependent()) in ObjCArrayLiteral()
70 if (VK[I].Key->isTypeDependent() || VK[I].Key->isValueDependent() || in ObjCDictionaryLiteral()
71 VK[I].Value->isTypeDependent() || VK[I].Value->isValueDependent()) in ObjCDictionaryLiteral()
169 Receiver->isTypeDependent(), Receiver->isTypeDependent(), in ObjCMessageExpr()
186 if (Args[I]->isTypeDependent()) in initArgsAndSelLocs()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DExprObjC.cpp33 if (Elements[I]->isTypeDependent() || Elements[I]->isValueDependent()) in ObjCArrayLiteral()
70 if (VK[I].Key->isTypeDependent() || VK[I].Key->isValueDependent() || in ObjCDictionaryLiteral()
71 VK[I].Value->isTypeDependent() || VK[I].Value->isValueDependent()) in ObjCDictionaryLiteral()
169 Receiver->isTypeDependent(), Receiver->isTypeDependent(), in ObjCMessageExpr()
186 if (Args[I]->isTypeDependent()) in initArgsAndSelLocs()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DExprObjC.cpp33 if (Elements[I]->isTypeDependent() || Elements[I]->isValueDependent()) in ObjCArrayLiteral()
70 if (VK[I].Key->isTypeDependent() || VK[I].Key->isValueDependent() || in ObjCDictionaryLiteral()
71 VK[I].Value->isTypeDependent() || VK[I].Value->isValueDependent()) in ObjCDictionaryLiteral()
169 Receiver->isTypeDependent(), Receiver->isTypeDependent(), in ObjCMessageExpr()
186 if (Args[I]->isTypeDependent()) in initArgsAndSelLocs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp193 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
194 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp194 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
195 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp192 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
193 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp192 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
193 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp193 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
194 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp193 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
194 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp194 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
195 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp194 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
195 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp192 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
193 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp192 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
193 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp192 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
193 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp192 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
193 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp192 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
193 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp195 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
196 Calc->isTypeDependent() || Calc->isValueDependent()) in check()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp195 if (Cast->isTypeDependent() || Cast->isValueDependent() || in check()
196 Calc->isTypeDependent() || Calc->isValueDependent()) in check()

12345678910>>...30