Home
last modified time | relevance | path

Searched defs:isField (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DPointer.h144 bool isField() const { return Base != 0 && Base != RootPtrMark; } in isField() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h154 bool isField() { return (storage_class & STCfield) != 0; } in isField() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h147 bool isField() const { return (storage_class & STCfield) != 0; } in isField() function
H A Ddeclaration.d514 final bool isField() const pure nothrow @nogc @safe in isField() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h601 bool isField() const { return Pointer != 0; } in isField() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp102 bool isField = false; in ClassifyImplicitMemberAccess() local