Searched defs:DeclarationMarkedOpenMPThreadPrivate (Results 1 - 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | ASTMutationListener.h | 104 virtual void DeclarationMarkedOpenMPThreadPrivate(const Decl *D) {} function in class:clang::ASTMutationListener |
/external/clang/lib/Frontend/ | ||
H A D | MultiplexConsumer.cpp | 126 void DeclarationMarkedOpenMPThreadPrivate(const Decl *D) override; 211 void MultiplexASTMutationListener::DeclarationMarkedOpenMPThreadPrivate( function in class:clang::MultiplexASTMutationListener 214 Listeners[i]->DeclarationMarkedOpenMPThreadPrivate(D); |
Completed in 137 milliseconds