/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 764 unsigned PathSize = (BasePath ? BasePath->size() : 0); Create() local 777 CreateEmpty(const ASTContext & C,unsigned PathSize,bool HasFPFeatures) CreateEmpty() argument 793 unsigned PathSize = (BasePath ? BasePath->size() : 0); Create() local 805 CreateEmpty(const ASTContext & C,unsigned PathSize) CreateEmpty() argument 856 unsigned PathSize = (BasePath ? BasePath->size() : 0); Create() local 868 CreateEmpty(const ASTContext & C,unsigned PathSize) CreateEmpty() argument 903 unsigned PathSize = (BasePath ? BasePath->size() : 0); Create() local 916 CreateEmpty(const ASTContext & C,unsigned PathSize,bool HasFPFeatures) CreateEmpty() argument [all...] |
H A D | Expr.cpp | 2111 unsigned PathSize, in Create() local 2079 unsigned PathSize = (BasePath ? BasePath->size() : 0); Create() local 2097 CreateEmpty(const ASTContext & C,unsigned PathSize,bool HasFPFeatures) CreateEmpty() argument 2124 CreateEmpty(const ASTContext & C,unsigned PathSize,bool HasFPFeatures) CreateEmpty() argument [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 3183 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local 3192 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local 3937 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local 3946 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local 3952 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local 3966 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local 3976 unsigned PathSize = Record[ASTStmtReader::NumExprFields]; ReadStmtFromStream() local [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 387 Expr *op, unsigned PathSize, bool HasFPFeatures, in CXXNamedCastExpr() argument 394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() argument 445 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() argument 1833 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr() argument [all...] |
H A D | Expr.h | 3673 ImplicitCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) ImplicitCastExpr() argument 3742 ExplicitCastExpr(StmtClass SC,QualType exprTy,ExprValueKind VK,CastKind kind,Expr * op,unsigned PathSize,bool HasFPFeatures,TypeSourceInfo * writtenTy) ExplicitCastExpr() argument 3750 ExplicitCastExpr(StmtClass SC,EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) ExplicitCastExpr() argument 3781 CStyleCastExpr(QualType exprTy,ExprValueKind vk,CastKind kind,Expr * op,unsigned PathSize,FPOptionsOverride FPO,TypeSourceInfo * writtenTy,SourceLocation l,SourceLocation r) CStyleCastExpr() argument 3791 CStyleCastExpr(EmptyShell Shell,unsigned PathSize,bool HasFPFeatures) CStyleCastExpr() argument [all...] |