Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h296 auto dataInt = reinterpret_cast<uintptr_t>(Data); in getUnqualifiedLoc() local
297 dataInt = llvm::alignTo(dataInt, align); in getUnqualifiedLoc()
298 return UnqualTypeLoc(getTypePtr(), reinterpret_cast<void*>(dataInt)); in getUnqualifiedLoc()