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

/external/clang/lib/Sema/
H A DSemaLookup.cpp2233 bool ConstThis,
2238 if (RValueThis || ConstThis || VolatileThis)
2251 ID.AddInteger(ConstThis);
2335 if (ConstThis)
2228 LookupSpecialMember(CXXRecordDecl *RD, CXXSpecialMember SM, bool ConstArg, bool VolatileArg, bool RValueThis, bool ConstThis, bool VolatileThis) argument

Completed in 30 milliseconds