/llvm-project/libcxx/test/tools/clang_tidy_checks/ |
H A D | robust_against_adl.cpp | 27 AST_MATCHER(clang::CXXMethodDecl, isStatic) { return Node.isStatic(); } in AST_MATCHER() argument
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | StaticAccessedThroughInstanceCheck.cpp | 19 AST_MATCHER(CXXMethodDecl, isStatic) { return Node.isStatic(); } in AST_MATCHER() argument
|
H A D | ConvertMemberFunctionsToStatic.cpp | 21 AST_MATCHER(CXXMethodDecl, isStatic) { return Node.isStatic(); } in AST_MATCHER() argument
|
H A D | MakeMemberFunctionConstCheck.cpp | 20 AST_MATCHER(CXXMethodDecl, isStatic) { return Node.isStatic(); } in AST_MATCHER() argument
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Interfaces.cpp | 43 bool InterfaceMethod::isStatic() const { isStatic() function in InterfaceMethod
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBlock.h |
|
H A D | Pointer.h |
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | VirtualNearMissCheck.cpp | 20 AST_MATCHER(CXXMethodDecl, isStatic) { return Node.isStatic(); } in AST_MATCHER() argument
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertWriteVXRM.cpp | 63 bool isStatic() const { return State == Static; } in isStatic() function in __anon8d0590630111::VXRMInfo [all...] |
/llvm-project/lld/MinGW/ |
H A D | Driver.cpp | 530 bool isStatic = false; link() local
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRInterfaces.cpp | 214 bool isStatic() { return operation == nullptr; } isStatic() function in mlir::python::PyConcreteOpInterface
|
/llvm-project/lld/wasm/ |
H A D | Config.h | 77 bool isStatic = true; global() member
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Class.h | 355 bool isStatic() const { return properties & Static; } isStatic() function
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeRawSymbol.cpp | 691 bool NativeRawSymbol::isStatic() const { in isStatic() function in NativeRawSymbol
|
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 1226 bool DIARawSymbol::isStatic() const { in isStatic() function in DIARawSymbol
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SemanticHighlighting.cpp | 254 bool isStatic(const Decl *D) { in isStatic() function
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 93 bool isStatic() const { in isStatic() function
|
/llvm-project/lld/ELF/ |
H A D | Config.h | 297 bool isStatic = false; global() member
|
/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2185 bool CXXMethodDecl::isStatic() const { isStatic() function in CXXMethodDecl
|
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 2840 bool isStatic() const { return getStorageClass() == SC_Static; } isStatic() function
|