Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h834 ParmVarDeclBitfields ParmVarDeclBits; member
1356 assert(ParmVarDeclBits.HasInheritedDefaultArg == false); in ParmVarDecl()
1357 assert(ParmVarDeclBits.IsKNRPromoted == false); in ParmVarDecl()
1358 assert(ParmVarDeclBits.IsObjCMethodParam == false); in ParmVarDecl()
1374 ParmVarDeclBits.IsObjCMethodParam = true; in setObjCMethodScopeInfo()
1379 assert(!ParmVarDeclBits.IsObjCMethodParam); in setScopeInfo()
1381 ParmVarDeclBits.ScopeDepthOrObjCQuals = scopeDepth; in setScopeInfo()
1382 assert(ParmVarDeclBits.ScopeDepthOrObjCQuals == scopeDepth in setScopeInfo()
1389 return ParmVarDeclBits.IsObjCMethodParam; in isObjCMethodParameter()
1393 if (ParmVarDeclBits.IsObjCMethodParam) return 0; in getFunctionScopeDepth()
[all …]
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1228 PD->ParmVarDeclBits.ScopeDepthOrObjCQuals = declQualifier; in VisitParmVarDecl()
1232 PD->ParmVarDeclBits.IsKNRPromoted = Record[Idx++]; in VisitParmVarDecl()
1233 PD->ParmVarDeclBits.HasInheritedDefaultArg = Record[Idx++]; in VisitParmVarDecl()
/external/clang/lib/AST/
DDecl.cpp2352 ParmVarDeclBits.ParameterIndex = ParameterIndexSentinel; in setParameterIndexLarge()