Searched defs:UuidAttrs (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 515 llvm::SmallSetVector<const UuidAttr *, 1> &UuidAttrs) { 528 UuidAttrs.insert(Uuid); 538 getUuidAttrOfType(SemaRef, TA.getAsType(), UuidAttrs); 540 getUuidAttrOfType(SemaRef, TA.getAsDecl()->getType(), UuidAttrs); 543 UuidAttrs.insert(UuidForTA); 555 llvm::SmallSetVector<const UuidAttr *, 1> UuidAttrs; local 556 getUuidAttrOfType(*this, Operand->getType(), UuidAttrs); 557 if (UuidAttrs.empty()) 559 if (UuidAttrs.size() > 1) 561 UuidStr = UuidAttrs 514 getUuidAttrOfType(Sema &SemaRef, QualType QT, llvm::SmallSetVector<const UuidAttr *, 1> &UuidAttrs) argument 578 llvm::SmallSetVector<const UuidAttr *, 1> UuidAttrs; local [all...] |
Completed in 54 milliseconds