Home
last modified time | relevance | path

Searched defs:BaseInfoTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h206 typedef llvm::PointerIntPair<const NamedDecl *, 1, bool> BaseInfoTy; typedef
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h257 using BaseInfoTy = llvm::PointerIntPair<const NamedDecl *, 1, bool>; variable