HomeSort by relevance Sort by last modified time
    Searched full:undefmacrodirective (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/lib/Lex/
MacroInfo.cpp 185 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) {
217 case MD_Undefine: Out << "UndefMacroDirective"; break;
PPDirectives.cpp 75 UndefMacroDirective *
77 return new (BP) UndefMacroDirective(UndefLoc);
    [all...]
  /external/clang/include/clang/Lex/
MacroInfo.h 440 class UndefMacroDirective : public MacroDirective {
442 explicit UndefMacroDirective(SourceLocation UndefLoc)
450 static bool classof(const UndefMacroDirective *) { return true; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 440 class UndefMacroDirective : public MacroDirective {
442 explicit UndefMacroDirective(SourceLocation UndefLoc)
450 static bool classof(const UndefMacroDirective *) { return true; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
MacroInfo.h 419 class UndefMacroDirective : public MacroDirective {
421 explicit UndefMacroDirective(SourceLocation UndefLoc)
429 static bool classof(const UndefMacroDirective *) { return true; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
MacroInfo.h 419 class UndefMacroDirective : public MacroDirective {
421 explicit UndefMacroDirective(SourceLocation UndefLoc)
429 static bool classof(const UndefMacroDirective *) { return true; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
MacroInfo.h 419 class UndefMacroDirective : public MacroDirective {
421 explicit UndefMacroDirective(SourceLocation UndefLoc)
429 static bool classof(const UndefMacroDirective *) { return true; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
MacroInfo.h 419 class UndefMacroDirective : public MacroDirective {
421 explicit UndefMacroDirective(SourceLocation UndefLoc)
429 static bool classof(const UndefMacroDirective *) { return true; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
MacroInfo.h 419 class UndefMacroDirective : public MacroDirective {
421 explicit UndefMacroDirective(SourceLocation UndefLoc)
429 static bool classof(const UndefMacroDirective *) { return true; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
MacroInfo.h 419 class UndefMacroDirective : public MacroDirective {
421 explicit UndefMacroDirective(SourceLocation UndefLoc)
429 static bool classof(const UndefMacroDirective *) { return true; }
Preprocessor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
MacroInfo.h 440 class UndefMacroDirective : public MacroDirective {
442 explicit UndefMacroDirective(SourceLocation UndefLoc)
450 static bool classof(const UndefMacroDirective *) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
MacroInfo.h 419 class UndefMacroDirective : public MacroDirective {
421 explicit UndefMacroDirective(SourceLocation UndefLoc)
429 static bool classof(const UndefMacroDirective *) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
MacroInfo.h 419 class UndefMacroDirective : public MacroDirective {
421 explicit UndefMacroDirective(SourceLocation UndefLoc)
429 static bool classof(const UndefMacroDirective *) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
MacroInfo.h 419 class UndefMacroDirective : public MacroDirective {
421 explicit UndefMacroDirective(SourceLocation UndefLoc)
429 static bool classof(const UndefMacroDirective *) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
MacroInfo.h 419 class UndefMacroDirective : public MacroDirective {
421 explicit UndefMacroDirective(SourceLocation UndefLoc)
429 static bool classof(const UndefMacroDirective *) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
MacroInfo.h 419 class UndefMacroDirective : public MacroDirective {
421 explicit UndefMacroDirective(SourceLocation UndefLoc)
429 static bool classof(const UndefMacroDirective *) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
MacroInfo.h 419 class UndefMacroDirective : public MacroDirective {
421 explicit UndefMacroDirective(SourceLocation UndefLoc)
429 static bool classof(const UndefMacroDirective *) { return true; }

Completed in 1276 milliseconds

1 2