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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 399 if (QT->isPointerType() && (QT->getPointeeType()->isAnyCharacterType())) {
493 if (isa<TypedefType>(QT) && QT->isAnyCharacterType()) {
ScanfFormatString.cpp 373 if (PT->isAnyCharacterType()) {
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 652 if (ParamTy->isAnyCharacterType())
    [all...]
Type.cpp 666 bool Type::isAnyCharacterType() const {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 53 milliseconds