HomeSort by relevance Sort by last modified time
    Searched refs:DirectiveHandler (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
DirectiveHandlerBase.cpp 12 DirectiveHandler::~DirectiveHandler()
DirectiveHandlerBase.h 21 class DirectiveHandler
24 virtual ~DirectiveHandler();
Preprocessor.h 18 class DirectiveHandler;
25 Preprocessor(Diagnostics *diagnostics, DirectiveHandler *directiveHandler);
DirectiveParser.h 19 class DirectiveHandler;
28 DirectiveHandler *directiveHandler);
77 DirectiveHandler *mDirectiveHandler;
Preprocessor.cpp 31 DirectiveHandler *directiveHandler)
34 directiveParser(&tokenizer, &macroSet, diag, directiveHandler),
41 DirectiveHandler *directiveHandler)
43 mImpl = new PreprocessorImpl(diagnostics, directiveHandler);
  /external/chromium_org/components/copresence/handlers/
directive_handler.h 22 class DirectiveHandler {
24 DirectiveHandler();
25 virtual ~DirectiveHandler();
46 DISALLOW_COPY_AND_ASSIGN(DirectiveHandler);
directive_handler.cc 13 DirectiveHandler::DirectiveHandler() {}
15 void DirectiveHandler::Initialize(
22 DirectiveHandler::~DirectiveHandler() {
25 void DirectiveHandler::AddDirective(const Directive& directive) {
41 << "any other DirectiveHandler methods.";
50 void DirectiveHandler::RemoveDirectives(const std::string& op_id) {
52 << "any other DirectiveHandler methods.";
56 const std::string& DirectiveHandler::CurrentAudibleToken() const
    [all...]
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
MockDirectiveHandler.h 13 class MockDirectiveHandler : public pp::DirectiveHandler
  /external/chromium_org/third_party/angle/src/compiler/translator/
DirectiveHandler.h 16 class TDirectiveHandler : public pp::DirectiveHandler
  /external/chromium_org/components/copresence/rpc/
rpc_handler.h 22 class DirectiveHandler;
128 scoped_ptr<DirectiveHandler> directive_handler_;
rpc_handler_unittest.cc 42 // TODO(ckehoe): Make DirectiveHandler an interface.
43 class FakeDirectiveHandler : public DirectiveHandler {
rpc_handler.cc 241 directive_handler_.reset(new DirectiveHandler);
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 64 typedef bool (*DirectiveHandler)(MCAsmParserExtension*, StringRef, SMLoc);
65 typedef std::pair<MCAsmParserExtension*, DirectiveHandler>
  /external/chromium_org/third_party/angle/src/
translator_lib.target.darwin-arm64.mk 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \
translator_lib.target.darwin-mips.mk 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \
translator_lib.target.darwin-mips64.mk 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \
translator_lib.target.darwin-x86.mk 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \
translator_lib.target.darwin-x86_64.mk 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \
translator_lib.target.linux-arm64.mk 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \
translator_lib.target.linux-mips.mk 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \
translator_lib.target.linux-mips64.mk 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \
translator_lib.target.linux-x86.mk 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \
translator_lib.target.linux-x86_64.mk 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \
translator_lib.target.darwin-arm.mk 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \
translator_lib.target.linux-arm.mk 38 third_party/angle/src/compiler/translator/DirectiveHandler.cpp \

Completed in 3094 milliseconds

1 2