HomeSort by relevance Sort by last modified time
    Searched defs:MacroInfo (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Lex/
MacroInfo.cpp 1 //===--- MacroInfo.cpp - Information about #defined identifiers -----------===//
10 // This file implements the MacroInfo interface.
14 #include "clang/Lex/MacroInfo.h"
18 MacroInfo::MacroInfo(SourceLocation DefLoc)
36 unsigned MacroInfo::getDefinitionLengthSlow(SourceManager &SM) const {
72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
129 void MacroInfo::dump() const {
133 Out << "MacroInfo " << this
    [all...]
  /external/clang/include/clang/Lex/
MacroInfo.h 1 //===--- MacroInfo.h - Information about #defined identifiers ---*- C++ -*-===//
11 /// \brief Defines the clang::MacroInfo and clang::MacroDirective classes.
30 class MacroInfo {
111 MacroInfo(SourceLocation DefLoc);
112 ~MacroInfo() = default;
138 bool isIdenticalTo(const MacroInfo &Other, Preprocessor &PP,
304 /// history. Usually a macro definition (MacroInfo) is where a macro name
312 /// will point to the same MacroInfo object.
403 /// that owns the MacroInfo for a DefMacroDirective due to #pragma pop_macro
434 inline MacroInfo *getMacroInfo()
    [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 126 private static class MacroInfo {
141 private final Map<String, MacroInfo> macroMap = new HashMap<String, MacroInfo>();
148 private final Queue<MacroInfo> macroQueue = new LinkedList<MacroInfo>();
151 * Creates a MacroInfo object and adds it to the data structures. Also outputs statement to
162 MacroInfo info = new MacroInfo();
213 MacroInfo curr = macroQueue.remove();
731 MacroInfo macroInfo = macroMap.get(name)
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 208 milliseconds