HomeSort by relevance Sort by last modified time
    Searched refs:getAttr (Results 1 - 25 of 50) sorted by null

1 2

  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 137 BlocksAttr *attr = var->getAttr<BlocksAttr>();
  /external/clang/lib/Analysis/
Consumed.cpp 196 QT->getAsCXXRecordDecl()->getAttr<ConsumableAttr>();
266 switch (FunDecl->getAttr<TestTypestateAttr>()->getTestState()) {
579 const CallableWhenAttr *CWAttr = FunDecl->getAttr<CallableWhenAttr>();
630 if (ParamTypestateAttr *PTA = Param->getAttr<ParamTypestateAttr>()) {
646 else if (ReturnTypestateAttr *RT = Param->getAttr<ReturnTypestateAttr>())
663 if (SetTypestateAttr *STA = FunD->getAttr<SetTypestateAttr>()) {
690 if (ReturnTypestateAttr *RTA = Fun->getAttr<ReturnTypestateAttr>())
784 if (ReturnTypestateAttr *RTA = Constructor->getAttr<ReturnTypestateAttr>()) {
871 if (const ParamTypestateAttr *PTA = Param->getAttr<ParamTypestateAttr>())
    [all...]
ThreadSafety.cpp     [all...]
  /external/clang/include/clang/Sema/
SemaInternal.h 83 if (auto *Import = D->getAttr<DLLImportAttr>())
85 if (auto *Export = D->getAttr<DLLExportAttr>())
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 155 MSInheritanceAttr *IA = getAttr<MSInheritanceAttr>();
161 if (MSVtorDispAttr *VDA = getAttr<MSVtorDispAttr>())
Mangle.cpp 120 if (const AsmLabelAttr *ALA = D->getAttr<AsmLabelAttr>()) {
DeclObjC.cpp 806 if (const ObjCMethodFamilyAttr *attr = getAttr<ObjCMethodFamilyAttr>()) {
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 685 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) {
689 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) {
693 private static String getAttr(AttributeSet attrs, String attribute) {
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 168 &D, DeclPtr, D.getAttr<OMPThreadPrivateDeclAttr>()->getLocation(),
317 auto *ISA = D->getAttr<InitSegAttr>();
335 } else if (auto *IPA = D->getAttr<InitPriorityAttr>()) {
CodeGenModule.cpp 268 const AliasAttr *AA = D->getAttr<AliasAttr>();
288 if (const SectionAttr *SA = D->getAttr<SectionAttr>()) {
548 if (const TLSModelAttr *Attr = D.getAttr<TLSModelAttr>()) {
827 if (const SectionAttr *SA = D->getAttr<SectionAttr>())
    [all...]
CodeGenFunction.cpp 494 const OpenCLImageAccessAttr *A = parm->getAttr<OpenCLImageAccessAttr>();
530 if (const VecTypeHintAttr *A = FD->getAttr<VecTypeHintAttr>()) {
546 if (const WorkGroupSizeHintAttr *A = FD->getAttr<WorkGroupSizeHintAttr>()) {
555 if (const ReqdWorkGroupSizeAttr *A = FD->getAttr<ReqdWorkGroupSizeAttr>()) {
    [all...]
CGCall.cpp 135 if (PcsAttr *PCS = D->getAttr<PcsAttr>())
    [all...]
CGDecl.cpp 370 if (const SectionAttr *SA = D.getAttr<SectionAttr>())
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/tools/libclang/
CXComment.cpp 216 return cxstring::createRef(HST->getAttr(AttrIdx).Name);
224 return cxstring::createRef(HST->getAttr(AttrIdx).Value);
  /external/clang/lib/Sema/
SemaAttr.cpp 381 if (auto A = Decl->getAttr<SectionAttr>())
384 if (auto A = OtherDecl->getAttr<SectionAttr>())
SemaStmtAsm.cpp 92 S.Diag(Func->getAttr<NakedAttr>()->getLocation(), diag::note_attribute);
98 S.Diag(Func->getAttr<NakedAttr>()->getLocation(), diag::note_attribute);
SemaDeclAttr.cpp 248 if (AttrTy *A = D->getAttr<AttrTy>()) {
    [all...]
SemaDecl.cpp     [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 207 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i);
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 403 StringRef ActualName = HST->getAttr(0).Name;
409 StringRef ActualValue = HST->getAttr(0).Value;
    [all...]
  /external/clang/include/clang/AST/
Comment.h 482 const Attribute &getAttr(unsigned Idx) const {
DeclBase.h 479 template<typename T> T *getAttr() const {
    [all...]

Completed in 484 milliseconds

1 2