Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9043 bool IsTypeInfo = Bits & 0x8; in readAPValue() local
9048 assert((!IsExpr || !IsTypeInfo) && "LValueBase cannot be both"); in readAPValue()
9050 if (!IsTypeInfo) { in readAPValue()