Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h284 auto dataInt = reinterpret_cast<uintptr_t>(Data); in getUnqualifiedLoc() local
285 dataInt = llvm::alignTo(dataInt, align); in getUnqualifiedLoc()
286 return UnqualTypeLoc(getTypePtr(), reinterpret_cast<void*>(dataInt)); in getUnqualifiedLoc()