Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10157 unsigned FTIIdx; in ActOnFunctionDeclarator() local
10158 if (D.isFunctionDeclarator(FTIIdx)) { in ActOnFunctionDeclarator()
10159 DeclaratorChunk::FunctionTypeInfo &FTI = D.getTypeObject(FTIIdx).Fun; in ActOnFunctionDeclarator()