HomeSort by: relevance | last modified time | path
    Searched defs:Equivalent (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ComparisonCategories.h 67 Equivalent,
154 return CCR::Equivalent;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp 356 /// Determine whether two statements are equivalent. The statements have to
399 // so the statements can't be equivalent.
408 /// Determine whether two identifiers are equivalent.
417 /// Determine whether two nested-name-specifiers are equivalent.
527 /// Determine whether two template arguments are equivalent.
851 // equivalent.
865 // The element types must be structurally equivalent and the number of rows
1245 // Check for equivalent field names.
1353 // Check for equivalent structure names.
1414 // equivalent
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 3691 // default initialization. These are equivalent if the default
6504 // apply the address space qualifiers just to the equivalent type.
6505 // Otherwise, we make an AttributedType with the modified and equivalent
6507 // dependent type is resolved, the qualifier is added to the equivalent type
7212 // Rebuild the "equivalent" type, which pushes __kindof down into
7616 QualType Equivalent;
7618 Equivalent = type;
7621 Equivalent =
7624 type = state.getAttributedType(CCAttr, type, Equivalent);

Completed in 23 milliseconds