Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h199 bool isField() const { return Base != 0 && Base != RootPtrMark; } isField() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h684 bool isField() const { return Pointer != 0; } isField() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp105 bool isField = false; ClassifyImplicitMemberAccess() local