Searched defs:DeclarationMarkedOpenMPThreadPrivate (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DASTMutationListener.h104 virtual void DeclarationMarkedOpenMPThreadPrivate(const Decl *D) {} function in class:clang::ASTMutationListener
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp126 void DeclarationMarkedOpenMPThreadPrivate(const Decl *D) override;
211 void MultiplexASTMutationListener::DeclarationMarkedOpenMPThreadPrivate( function in class:clang::MultiplexASTMutationListener
214 Listeners[i]->DeclarationMarkedOpenMPThreadPrivate(D);

Completed in 137 milliseconds