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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 507 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK,
521 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName)
526 PredefinedExpr *PredefinedExpr::Create(const ASTContext &Ctx, SourceLocation L,
531 alignof(PredefinedExpr));
532 return new (Mem) PredefinedExpr(L, FNTy, IK, SL);
535 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx
    [all...]
Expr.cpp 507 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK,
521 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName)
526 PredefinedExpr *PredefinedExpr::Create(const ASTContext &Ctx, SourceLocation L,
531 alignof(PredefinedExpr));
532 return new (Mem) PredefinedExpr(L, FNTy, IK, SL);
535 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx
    [all...]
Expr.cpp 507 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK,
521 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName)
526 PredefinedExpr *PredefinedExpr::Create(const ASTContext &Ctx, SourceLocation L,
531 alignof(PredefinedExpr));
532 return new (Mem) PredefinedExpr(L, FNTy, IK, SL);
535 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx
    [all...]
Expr.cpp 507 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK,
521 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName)
526 PredefinedExpr *PredefinedExpr::Create(const ASTContext &Ctx, SourceLocation L,
531 alignof(PredefinedExpr));
532 return new (Mem) PredefinedExpr(L, FNTy, IK, SL);
535 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx
    [all...]

Completed in 113 milliseconds