HomeSort by relevance Sort by last modified time
    Searched refs:isAnonymousStructOrUnion (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
Decl.cpp 538 if (cast<RecordDecl>(Field->getDeclContext())->isAnonymousStructOrUnion())
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaAccess.cpp 74 while (DeclaringClass->isAnonymousStructOrUnion())
224 while (namingClass->isAnonymousStructOrUnion())
    [all...]
SemaTemplateInstantiateDecl.cpp 318 if (RecordTy->getDecl()->isAnonymousStructOrUnion())
517 if (Parent->isAnonymousStructOrUnion() &&
    [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 266 Record.push_back(D->isAnonymousStructOrUnion());
    [all...]

Completed in 75 milliseconds