HomeSort by relevance Sort by last modified time
    Searched refs:EnumDecl (Results 26 - 46 of 46) sorted by null

12

  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp 644 if (isa<BlockDecl>(DC) || isa<EnumDecl>(DC)) {
    [all...]
SemaStmt.cpp 868 const EnumDecl *ED = ET->getDecl();
875 for (EnumDecl::enumerator_iterator EDI = ED->enumerator_begin();
    [all...]
SemaChecking.cpp     [all...]
SemaCodeComplete.cpp 664 T = C.getTypeDeclType(cast<EnumDecl>(Enumerator->getDeclContext()));
    [all...]
TreeTransform.h 728 QualType RebuildEnumType(EnumDecl *Enum) {
    [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp 78 if (const EnumDecl *TheEnumDecl = dyn_cast<EnumDecl>(DC))
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 64 void VisitEnumDecl(EnumDecl *D);
223 void ASTDeclWriter::VisitEnumDecl(EnumDecl *D) {
    [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 813 QualType getEnumType(const EnumDecl *Decl) const;
    [all...]
TypeLoc.h 594 EnumDecl *getDecl() const { return getTypePtr()->getDecl(); }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Type.cpp 855 EnumDecl *EnumD = cast<EnumType>(CanonicalType)->getDecl();
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 304 if (isa<EnumDecl>(ND)) {
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 518 milliseconds

12