HomeSort by relevance Sort by last modified time
    Searched full:isanonymousstructorunion (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaAccess.cpp 74 while (DeclaringClass->isAnonymousStructOrUnion())
    [all...]
SemaTemplateInstantiateDecl.cpp 259 if (RecordTy->getDecl()->isAnonymousStructOrUnion())
451 if (Parent->isAnonymousStructOrUnion() &&
    [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp 255 if (cast<RecordDecl>(Field->getDeclContext())->isAnonymousStructOrUnion())
    [all...]
StmtPrinter.cpp 954 if (FD->isAnonymousStructOrUnion())
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 263 Record.push_back(D->isAnonymousStructOrUnion());
    [all...]

Completed in 809 milliseconds