Lines Matching full:scl
68 : SCL(ProfileSpecialCaseList::createOrDie( in ProfileList()
70 Empty(SCL->isEmpty()), SM(SM) {} in ProfileList()
92 if (SCL->inSection(Section, "default", "allow")) in getDefault()
94 if (SCL->inSection(Section, "default", "skip")) in getDefault()
96 if (SCL->inSection(Section, "default", "forbid")) in getDefault()
99 if (SCL->hasPrefix("fun") || SCL->hasPrefix("src")) in getDefault()
107 if (SCL->inSection(Section, Prefix, Query, "allow")) in inSection()
109 if (SCL->inSection(Section, Prefix, Query, "skip")) in inSection()
111 if (SCL->inSection(Section, Prefix, Query, "forbid")) in inSection()
113 if (SCL->inSection(Section, Prefix, Query)) in inSection()
125 if (SCL->inSection(Section, "!fun", FunctionName)) in isFunctionExcluded()
127 if (SCL->inSection(Section, "fun", FunctionName)) in isFunctionExcluded()
145 if (SCL->inSection(Section, "!src", FileName)) in isFileExcluded()
147 if (SCL->inSection(Section, "src", FileName)) in isFileExcluded()