OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isField
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Pointer.h
144
bool
isField
() const { return Base != 0 && Base != RootPtrMark; }
244
bool isBaseClass() const { return
isField
() && getInlineDesc()->IsBase; }
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp
102
bool
isField
= false;
109
isField
|= isa<FieldDecl>(D) || isa<MSPropertyDecl>(D) ||
137
if (
isField
&& SemaRef.getLangOpts().CPlusPlus11)
213
bool
IsField
= isa<FieldDecl>(Rep) || isa<IndirectFieldDecl>(Rep);
215
if (
IsField
&& InStaticMethod)
224
<<
IsField
<< RepClass << nameInfo.getName() << ContextClass << Range;
225
else if (
IsField
)
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
JSON.h
601
bool
isField
() const { return Pointer != 0; }
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h
147
bool
isField
() const { return (storage_class & STCfield) != 0; }
Completed in 20 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026