Home
last modified time | relevance | path

Searched refs:VolatileThis (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3294 bool ConstThis, bool VolatileThis) { in LookupSpecialMember() argument
3298 if (RValueThis || ConstThis || VolatileThis) in LookupSpecialMember()
3317 ID.AddInteger(VolatileThis); in LookupSpecialMember()
3421 if (VolatileThis) in LookupSpecialMember()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9072 bool VolatileThis);