Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp14847 QualType InteropType; in isValidInteropVariable() local
14853 InteropType = QualType(TD->getTypeForDecl(), 0); in isValidInteropVariable()
14868 if (!SemaRef.Context.hasSameType(InteropType, VarType)) { in isValidInteropVariable()