Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h231 ImplementationControl impControl = None,
237 IsRedeclaration(0), HasRedeclaration(0), DeclImplementation(impControl), in NamedDecl()
259 ImplementationControl impControl = None,
/external/clang/lib/AST/
DDeclObjC.cpp755 ImplementationControl impControl, bool HasRelatedResultType) { in Create() argument
759 impControl, HasRelatedResultType); in Create()