Searched refs:CommonPtrVal (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h547 uintptr_t CommonPtrVal local
549 CommonPtrVal &= ~(uintptr_t)((1 << TypeAlignmentInBits) - 1);
550 return reinterpret_cast<ExtQualsTypeCommonBase*>(CommonPtrVal);

Completed in 176 milliseconds