Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp884 if (DVAttr && !DVAttr->getTraitInfo().isExtensionActive( in checkUndefinedButUsed()
H A DSemaOpenMP.cpp7068 !DVScope.TI->isExtensionActive( in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7117 bool UseImplicitBase = !DVScope.TI->isExtensionActive( in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
H A DSemaDecl.cpp6000 if (getOMPTraitInfoForSurroundingScope()->isExtensionActive(llvm::omp::TraitProperty:: in ActOnDeclarator()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h8850 bool isExtensionActive(llvm::omp::TraitProperty TP) { in isExtensionActive() function