HomeSort by: relevance | last modified time | path
    Searched defs:getStorageType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 147 llvm::Type *getStorageType(const FieldDecl *FD) {
155 llvm::Type *getStorageType(const CXXRecordDecl *RD) {
324 llvm::Type *FieldType = getStorageType(Field);
330 llvm::Type *FieldType = getStorageType(Field);
384 getStorageType(*Field), *Field));
514 getStorageType(BaseDecl), BaseDecl));
527 MemberInfo::Base, getStorageType(BaseDecl), BaseDecl));
697 getStorageType(BaseDecl), BaseDecl));
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp 114 static StringRef getStorageType(StringRef type) {
743 std::string StorageType = std::string(getStorageType(getType()));
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 103 static QualType getStorageType(const ASTContext &Ctx, const Expr *E) {
7438 getStorageType(Info.Ctx, E->getOpaqueValue()),
7503 OVE, getStorageType(Info.Ctx, OVE),
10520 getStorageType(Info.Ctx, E->getCommonExpr()),
14846 if (!CheckConstantExpression(Info, getExprLoc(), getStorageType(Ctx, this),

Completed in 39 milliseconds