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

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

Completed in 33 milliseconds