Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h140 unsigned DeclImplementation : 2; variable
237 IsRedeclaration(0), HasRedeclaration(0), DeclImplementation(impControl), in NamedDecl()
457 DeclImplementation = ic; in setDeclImplementation()
460 return ImplementationControl(DeclImplementation); in getImplementationControl()