Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h983 unsigned ObjCForDecl : 1; variable
1415 return NonParmVarDeclBits.ObjCForDecl; in isObjCForDecl()
1419 NonParmVarDeclBits.ObjCForDecl = FRD; in setObjCForDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1425 VD->NonParmVarDeclBits.ObjCForDecl = Record.readInt(); in VisitVarDeclImpl()