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

  /external/clang/lib/Parse/
ParseOpenMP.cpp 61 SmallVector<Expr *, 5> Identifiers;
67 if (!ParseOpenMPSimpleVarList(OMPD_threadprivate, Identifiers, true)) {
77 return Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);
114 SmallVector<Expr *, 5> Identifiers;
129 if (!ParseOpenMPSimpleVarList(OMPD_threadprivate, Identifiers, false)) {
138 Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);
ParsePragma.cpp     [all...]
  /external/chromium_org/third_party/jinja2/
compiler.py 101 class Identifiers(object):
102 """Tracks the status of identifiers in frames."""
143 self.identifiers = Identifiers()
173 self.identifiers.declared.update(
174 parent.identifiers.declared |
175 parent.identifiers.declared_parameter |
178 self.identifiers.outer_undeclared.update(
179 parent.identifiers.undeclared -
180 self.identifiers.declare
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 62 /// predefined values. Only handles simple tokens and identifiers.
69 assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
71 "Identifiers should be created by TokenValue(IdentifierInfo *)");
111 /// Identifiers for builtin macros and other builtins.
175 /// \brief Mapping/lookup information for all identifiers in
177 mutable IdentifierTable Identifiers;
186 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
485 IdentifierTable &getIdentifierTable() { return Identifiers; }
601 /// one. This should only be called for identifiers that hadMacroDefinition().
645 return &Identifiers.get(Name)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddstor.h 546 UCHAR Identifiers[1];
winioctl.h     [all...]

Completed in 242 milliseconds