Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp223 unsigned NumLists = FD->getNumTemplateParameterLists(); in fill() local
224 if (NumLists != 0) { in fill()
227 FD->getTemplateParameterList(NumLists - 1); in fill()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp11790 unsigned NumLists = Record.readInt(); in readClause() local
11792 C = OMPMapClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause()
11823 unsigned NumLists = Record.readInt(); in readClause() local
11825 C = OMPToClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause()
11832 unsigned NumLists = Record.readInt(); in readClause() local
11834 C = OMPFromClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause()
11841 unsigned NumLists = Record.readInt(); in readClause() local
11844 NumLists, NumComponents); in readClause()
11850 unsigned NumLists = Record.readInt(); in readClause() local
11853 NumLists, NumComponents); in readClause()