| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | OpInterfacesGen.cpp | 179 if (!method.isStatic()) { in emitInterfaceDef() 211 if (!method.isStatic()) { in emitConceptDecl() 261 if (method.isStatic()) in emitModelDecl() 265 if (!method.isStatic()) { in emitModelDecl() 277 if (!method.isStatic()) in emitModelDecl() 297 if (method.isStatic()) in emitModelMethodsDef() 306 if (method.isStatic()) in emitModelMethodsDef() 330 if (method.isStatic()) in emitModelMethodsDef() 337 if (!method.isStatic()) in emitModelMethodsDef() 369 if (!method.isStatic()) in emitModelMethodsDef() [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | VirtualNearMissCheck.cpp | 22 AST_MATCHER(CXXMethodDecl, isStatic) { return Node.isStatic(); } in AST_MATCHER() argument 152 if (BaseMD->isStatic() != DerivedMD->isStatic()) in checkOverrideWithoutName() 221 cxxDestructorDecl(), cxxConversionDecl(), isStatic(), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | ConvertMemberFunctionsToStatic.cpp | 23 AST_MATCHER(CXXMethodDecl, isStatic) { return Node.isStatic(); } in AST_MATCHER() argument 79 isExpansionInSystemHeader(), isVirtual(), isStatic(), in registerMatchers()
|
| H A D | MakeMemberFunctionConstCheck.cpp | 22 AST_MATCHER(CXXMethodDecl, isStatic) { return Node.isStatic(); } in AST_MATCHER() argument 227 isStatic(), hasTrivialBody(), cxxConstructorDecl(), in registerMatchers()
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Pointer.h | 228 bool isStatic() const { return Pointee->isStatic(); } in isStatic() function 232 bool isStaticTemporary() const { return isStatic() && isTemporary(); } in isStaticTemporary()
|
| H A D | InterpBlock.h | 53 bool isStatic() const { return IsStatic; } in isStatic() function
|
| /llvm-project-15.0.7/lld/MinGW/ |
| H A D | Driver.cpp | 411 bool isStatic = false; in link() local 421 add(prefix + searchLibrary(a->getValue(), searchPaths, isStatic)); in link() 430 isStatic = true; in link() 433 isStatic = false; in link()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolFuncDebugStart.h | 29 FORWARD_SYMBOL_METHOD(isStatic)
|
| H A D | PDBSymbolFuncDebugEnd.h | 29 FORWARD_SYMBOL_METHOD(isStatic)
|
| H A D | PDBSymbolThunk.h | 30 FORWARD_SYMBOL_METHOD(isStatic)
|
| H A D | PDBSymbolFunc.h | 57 FORWARD_SYMBOL_METHOD(isStatic)
|
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | ChromiumCheckModel.cpp | 23 if (!D.isStatic()) in isCheckLikeMethod()
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Interfaces.h | 43 bool isStatic() const;
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopWidening.cpp | 87 if (CXXMD && !CXXMD->isStatic()) { in getWidenedLoopState()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/fuchsia/ |
| H A D | MultipleInheritanceCheck.cpp | 58 return M->isUserProvided() && !M->isPure() && !M->isStatic(); in isCurrentClassInterface()
|
| /llvm-project-15.0.7/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 42 if (!Decl->isStatic()) in VisitCXXMethodDecl()
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Interfaces.cpp | 41 bool InterfaceMethod::isStatic() const { in isStatic() function in InterfaceMethod
|
| H A D | Class.cpp | 117 if (isStatic()) in writeDeclTo()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | SemanticHighlighting.cpp | 106 return MD->isStatic() ? HighlightingKind::StaticMethod in kindForDecl() 224 bool isStatic(const Decl *D) { in isStatic() function 226 return CMD->isStatic(); in isStatic() 842 if (isStatic(Decl)) in getSemanticHighlightings()
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRInterfaces.cpp | 122 bool isStatic() { return operation == nullptr; } in isStatic() function in mlir::python::PyConcreteOpInterface
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | DriverUtils.cpp | 227 if (!config->isStatic) in searchLibraryBaseName()
|
| H A D | Config.h | 224 bool isStatic = false; member
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 275 if (MD->isStatic()) in getSymbolInfo() 300 if (MD->isStatic()) in getSymbolInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 219 bool isStatic() const override;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 214 bool isStatic() const override;
|