HomeSort by relevance Sort by last modified time
    Searched full:getbasetypeidentifier (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Analysis/
ScanfFormatString.cpp 381 const IdentifierInfo *Identifier = QT.getBaseTypeIdentifier();
PrintfFormatString.cpp 425 const IdentifierInfo *Identifier = QT.getBaseTypeIdentifier();
  /external/clang/lib/AST/
Type.cpp 45 const IdentifierInfo* QualType::getBaseTypeIdentifier() const {
49 return ty->getPointeeType().getBaseTypeIdentifier();
58 getElementType().getBaseTypeIdentifier();
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 535 const IdentifierInfo *getBaseTypeIdentifier() const;
    [all...]

Completed in 87 milliseconds