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

  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
ASTDumper.cpp 302 switch (T->getVectorKind()) {
    [all...]
TypePrinter.cpp 538 switch (T->getVectorKind()) {
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp 575 if (Vec1->getVectorKind() != Vec2->getVectorKind())
    [all...]
Type.cpp 800 T->getVectorKind());
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaCast.cpp     [all...]
SemaInit.cpp     [all...]
SemaDeclAttr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 183 Record.push_back(T->getVectorKind());
    [all...]

Completed in 70 milliseconds