Home
last modified time | relevance | path

Searched refs:isStatic (Results 1 – 25 of 85) sorted by relevance

1234

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpInterfacesGen.cpp179 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 DVirtualNearMissCheck.cpp22 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 DConvertMemberFunctionsToStatic.cpp23 AST_MATCHER(CXXMethodDecl, isStatic) { return Node.isStatic(); } in AST_MATCHER() argument
79 isExpansionInSystemHeader(), isVirtual(), isStatic(), in registerMatchers()
H A DMakeMemberFunctionConstCheck.cpp22 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 DPointer.h228 bool isStatic() const { return Pointee->isStatic(); } in isStatic() function
232 bool isStaticTemporary() const { return isStatic() && isTemporary(); } in isStaticTemporary()
H A DInterpBlock.h53 bool isStatic() const { return IsStatic; } in isStatic() function
/llvm-project-15.0.7/lld/MinGW/
H A DDriver.cpp411 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 DPDBSymbolFuncDebugStart.h29 FORWARD_SYMBOL_METHOD(isStatic)
H A DPDBSymbolFuncDebugEnd.h29 FORWARD_SYMBOL_METHOD(isStatic)
H A DPDBSymbolThunk.h30 FORWARD_SYMBOL_METHOD(isStatic)
H A DPDBSymbolFunc.h57 FORWARD_SYMBOL_METHOD(isStatic)
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/Models/
H A DChromiumCheckModel.cpp23 if (!D.isStatic()) in isCheckLikeMethod()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DInterfaces.h43 bool isStatic() const;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp87 if (CXXMD && !CXXMD->isStatic()) { in getWidenedLoopState()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp58 return M->isUserProvided() && !M->isPure() && !M->isStatic(); in isCurrentClassInterface()
/llvm-project-15.0.7/lldb/tools/lldb-instr/
H A DInstrument.cpp42 if (!Decl->isStatic()) in VisitCXXMethodDecl()
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DInterfaces.cpp41 bool InterfaceMethod::isStatic() const { in isStatic() function in InterfaceMethod
H A DClass.cpp117 if (isStatic()) in writeDeclTo()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp106 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 DIRInterfaces.cpp122 bool isStatic() { return operation == nullptr; } in isStatic() function in mlir::python::PyConcreteOpInterface
/llvm-project-15.0.7/lld/ELF/
H A DDriverUtils.cpp227 if (!config->isStatic) in searchLibraryBaseName()
H A DConfig.h224 bool isStatic = false; member
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexSymbol.cpp275 if (MD->isStatic()) in getSymbolInfo()
300 if (MD->isStatic()) in getSymbolInfo()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h219 bool isStatic() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h214 bool isStatic() const override;

1234