Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp1394 OMPTraitInfo &TI = ASTCtx.getNewOMPTraitInfo(); in ParseOMPDeclareVariantClauses()
1883 OMPTraitInfo &TI = ASTCtx.getNewOMPTraitInfo(); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h3103 OMPTraitInfo &getNewOMPTraitInfo();
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp417 OMPTraitInfo &TI = S.getASTContext().getNewOMPTraitInfo(); in instantiateOMPDeclareVariantAttr()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp11418 OMPTraitInfo &ASTContext::getNewOMPTraitInfo() { in getNewOMPTraitInfo() function in ASTContext
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp13019 OMPTraitInfo &TI = getContext().getNewOMPTraitInfo(); in readOMPTraitInfo()