HomeSort by relevance Sort by last modified time
    Searched refs:NodeTypeTag (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
ASTTypeTraits.h 35 /// See \c NodeTypeTag for which node base types are currently supported;
75 enum NodeTypeTag {
99 static const T *get(NodeTypeTag Tag, const char Storage[]) {
113 static const T *get(NodeTypeTag Tag, const char Storage[]) {
127 static const T *get(NodeTypeTag Tag, const char Storage[]) {
140 static const NestedNameSpecifier *get(NodeTypeTag Tag, const char Storage[]) {
153 static const NestedNameSpecifierLoc *get(NodeTypeTag Tag,
167 static const QualType *get(NodeTypeTag Tag, const char Storage[]) {
180 static const TypeLoc *get(NodeTypeTag Tag, const char Storage[]) {
197 static const T *get(NodeTypeTag Tag, const char Storage[]) { return NULL;
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.h 43 typedef enum KeywordValues {NodeTypeGrammar, NodeTypeRule, NodeTypeRuleReference, NodeTypeOneOf, NodeTypeItem, NodeTypeTag, NodeTypeCount, NodeTypeMeta, NodeTypeBadValue};
grxmldoc.cpp 96 m_NodeKeyWords.insert(make_pair("tag", NodeTypeTag));
247 case NodeTypeTag:
327 case NodeTypeTag:
    [all...]

Completed in 35 milliseconds