Home
last modified time | relevance | path

Searched defs:isStatic (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpBlock.h67 bool isStatic() const { return IsStatic; } in isStatic() function
H A DPointer.h256 bool isStatic() const { return Pointee->isStatic(); } in isStatic() function
/openbsd-src/gnu/llvm/lld/MinGW/
H A DDriver.cpp436 bool isStatic = false; in link() local
/openbsd-src/gnu/llvm/lld/wasm/
H A DConfig.h61 bool isStatic = false; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp691 bool NativeRawSymbol::isStatic() const { in isStatic() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1226 bool DIARawSymbol::isStatic() const { in isStatic() function in DIARawSymbol
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h93 bool isStatic() const { in isStatic() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h256 bool isStatic = false; member
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp2142 bool CXXMethodDecl::isStatic() const { in isStatic() function in CXXMethodDecl
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2722 bool isStatic() const { return getStorageClass() == SC_Static; } in isStatic() function