Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp162 unsigned NumLists = FD->getNumTemplateParameterLists(); in fill() local
163 if (NumLists != 0) { in fill()
166 FD->getTemplateParameterList(NumLists - 1); in fill()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1879 unsigned NumLists = Record[Idx++]; in readClause() local
1881 C = OMPMapClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause()
1912 unsigned NumLists = Record[Idx++]; in readClause() local
1914 C = OMPToClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause()
1921 unsigned NumLists = Record[Idx++]; in readClause() local
1923 C = OMPFromClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause()