Searched defs:ConstThis (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLookup.cpp2239 bool ConstThis,
2244 if (RValueThis || ConstThis || VolatileThis)
2257 ID.AddInteger(ConstThis);
2336 if (ConstThis)
2234 LookupSpecialMember(CXXRecordDecl *RD, CXXSpecialMember SM, bool ConstArg, bool VolatileArg, bool RValueThis, bool ConstThis, bool VolatileThis) argument

Completed in 24 milliseconds