Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpBlock.h55 bool isStatic() const { return IsStatic; } in isStatic() function
H A DPointer.h231 bool isStatic() const { return Pointee->isStatic(); } in isStatic() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c510 bool needExpansion, bool isStatic, Statements *statements, Dsymbols *declarations, in declareVariable()
620 bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeachBody()
769 bool makeTupleForeach(ForeachStatement *fs, bool needExpansion, bool isStatic, bool isDecl, in makeTupleForeach()
H A Ddeclaration.h136 bool isStatic() { return (storage_class & STCstatic) != 0; } in isStatic() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp692 bool NativeRawSymbol::isStatic() const { in isStatic() function in NativeRawSymbol
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dhdrgen.d3039 void functionToBufferWithIdent(TypeFunction tf, OutBuffer* buf, const(char)* ident, bool isStatic) in functionToBufferWithIdent()
3527 …entWithPostfix(TypeFunction t, const char[] ident, OutBuffer* buf, HdrGenState* hgs, bool isStatic) in visitFuncIdentWithPostfix()
H A Ddeclaration.h129 bool isStatic() const { return (storage_class & STCstatic) != 0; } in isStatic() function
H A Ddeclaration.d418 final bool isStatic() const pure nothrow @nogc @safe in isStatic() function
H A Dcparse.d2602 bool isStatic; variable
H A Dstatementsem.d4239 public auto makeTupleForeach(Scope* sc, bool isStatic, bool isDecl, ForeachStatement fs, Dsymbols* … in makeTupleForeach()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1226 bool DIARawSymbol::isStatic() const { in isStatic() function in DIARawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h93 bool isStatic() const { in isStatic() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2105 bool CXXMethodDecl::isStatic() const { in isStatic() function in CXXMethodDecl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2582 bool isStatic() const { return getStorageClass() == SC_Static; } in isStatic() function