HomeSort by relevance Sort by last modified time
    Searched full:handlepragma (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
pragma_test.cpp 20 // No handlePragma calls.
21 EXPECT_CALL(mDirectiveHandler, handlePragma(_, _, _)).Times(0);
35 handlePragma(pp::SourceLocation(0, 1), "foo", ""));
49 handlePragma(pp::SourceLocation(0, 1), "foo", "bar"));
77 handlePragma(pp::SourceLocation(0, 1), "foo", "bar"));
92 handlePragma(pp::SourceLocation(0, 1), "foo", "bar"));
110 // No handlePragma calls.
111 EXPECT_CALL(mDirectiveHandler, handlePragma(_, _, _)).Times(0);
MockDirectiveHandler.h 19 MOCK_METHOD3(handlePragma,
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
DirectiveHandlerBase.h 30 virtual void handlePragma(const SourceLocation &loc,
DirectiveParser.cpp 630 mDirectiveHandler->handlePragma(token->location, name, value);
  /external/chromium_org/third_party/angle/src/compiler/translator/
DirectiveHandler.h 30 virtual void handlePragma(const pp::SourceLocation& loc,
DirectiveHandler.cpp 47 void TDirectiveHandler::handlePragma(const pp::SourceLocation& loc,
ParseContext.cpp 1012 directiveHandler.handlePragma(srcLoc, name, value);
    [all...]
  /external/clang/include/clang/Lex/
Pragma.h 52 /// name (e.g. "pack") and the HandlePragma method is invoked when a pragma with
67 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
81 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
117 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
  /frameworks/compile/slang/
slang_pragma_recorder.h 48 virtual void HandlePragma(clang::Preprocessor &PP,
slang_rs_pragma_handler.cpp 46 void HandlePragma(clang::Preprocessor &PP,
58 void HandlePragma(clang::Preprocessor &PP,
133 void HandlePragma(clang::Preprocessor &PP,
163 void HandlePragma(clang::Preprocessor &PP,
178 void HandlePragma(clang::Preprocessor &PP,
slang_rs_pragma_handler.h 67 virtual void HandlePragma(clang::Preprocessor &PP,
slang_pragma_recorder.cpp 55 void PragmaRecorder::HandlePragma(clang::Preprocessor &PP,
  /external/clang/lib/Parse/
ParsePragma.cpp 27 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
33 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
39 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
45 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
51 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
57 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
63 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
69 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
75 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
82 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 42 void EmptyPragmaHandler::HandlePragma(Preprocessor &PP,
79 void PragmaNamespace::HandlePragma(Preprocessor &PP,
97 Handler->HandlePragma(PP, Introducer, Tok);
118 PragmaHandlers->HandlePragma(*this, Introducer, Tok);
814 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
825 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
834 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
844 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
852 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
860 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer
    [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 568 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
  /external/libcxxabi/test/
test_demangle.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.cpp     [all...]

Completed in 498 milliseconds