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

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp72 llvm::PointerUnion<const NamedDecl *, DeclIndexPairVector*> DeclOrVector; member in class:__anon15357::ResultBuilder::ShadowMapEntry
79 ShadowMapEntry() : DeclOrVector(), SingleDeclIndex(0) { }
82 if (DeclOrVector.isNull()) {
84 DeclOrVector = ND;
90 DeclOrVector.dyn_cast<const NamedDecl *>()) {
95 DeclOrVector = Vec;
99 DeclOrVector.get<DeclIndexPairVector*>()->push_back(
105 = DeclOrVector.dyn_cast<DeclIndexPairVector *>()) {
107 DeclOrVector = ((NamedDecl *)0);
419 if (DeclOrVector
[all...]
H A DSemaDecl.cpp12253 typedef llvm::PointerUnion<EnumConstantDecl*, ECDVector*> DeclOrVector; typedef
12254 typedef llvm::DenseMap<DupKey, DeclOrVector, DenseMapInfoDupKey>
12275 DeclOrVector &Entry = EnumMap[Key];
12290 DeclOrVector& Entry = EnumMap[Key];

Completed in 105 milliseconds