Home
last modified time | relevance | path

Searched refs:FoundEnumConstant (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp2905 if (EnumConstantDecl *FoundEnumConstant in VisitEnumConstantDecl() local
2907 if (IsStructuralMatch(D, FoundEnumConstant)) in VisitEnumConstantDecl()
2908 return Importer.Imported(D, FoundEnumConstant); in VisitEnumConstantDecl()