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

  /external/clang/lib/Analysis/
ScanfFormatString.cpp 422 if (CAT->getSizeModifier() == ArrayType::Normal)
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
TypePrinter.cpp 463 if (T->getSizeModifier() == VariableArrayType::Static)
465 else if (T->getSizeModifier() == VariableArrayType::Star)
    [all...]
ASTImporter.cpp 357 if (Array1->getSizeModifier() != Array2->getSizeModifier())
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaExprObjC.cpp 74 CAT->getSizeModifier(), CAT->getIndexTypeCVRQualifiers());
    [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 149 Record.push_back(T->getSizeModifier()); // FIXME: stable values
    [all...]

Completed in 190 milliseconds