Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15230 QualType InteropType; in isValidInteropVariable() local
15236 InteropType = QualType(TD->getTypeForDecl(), 0); in isValidInteropVariable()
15251 if (!SemaRef.Context.hasSameType(InteropType, VarType)) { in isValidInteropVariable()