HomeSort by relevance Sort by last modified time
    Searched refs:getSizeModifier (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/lib/AST/
TypePrinter.cpp 448 if (T->getSizeModifier() == ArrayType::Static)
481 if (T->getSizeModifier() == VariableArrayType::Static)
483 else if (T->getSizeModifier() == VariableArrayType::Star)
    [all...]
ASTContext.cpp     [all...]
Type.cpp 761 T->getSizeModifier(),
774 T->getSizeModifier(),
787 return Ctx.getIncompleteArrayType(elementType, T->getSizeModifier(),
    [all...]
ASTImporter.cpp 457 if (Array1->getSizeModifier() != Array2->getSizeModifier())
    [all...]
ASTDumper.cpp 272 switch (T->getSizeModifier()) {
    [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 438 if (CAT->getSizeModifier() == ArrayType::Normal)
  /external/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 71 CAT->getSizeModifier(), CAT->getIndexTypeCVRQualifiers());
    [all...]
TreeTransform.h     [all...]

Completed in 669 milliseconds

1 2