HomeSort by: relevance | last modified time | path
    Searched defs:IsMutable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Descriptor.h 32 bool IsMutable, bool IsActive,
76 const bool IsMutable = false;
89 bool IsMutable);
93 bool IsTemporary, bool IsMutable);
100 bool IsTemporary, bool IsMutable);
107 bool IsMutable);
180 unsigned IsMutable : 1;
Program.cpp 44 /*isMutable=*/false);
230 /*isMutable=*/false);
275 const bool IsMutable = FD->isMutable();
279 IsMutable);
282 /*isTemporary=*/false, IsMutable);
298 bool IsMutable) {
302 return allocateDescriptor(D, Record, IsConst, IsTemporary, IsMutable);
318 IsMutable);
330 IsMutable);
    [all...]

Completed in 29 milliseconds