Searched refs:StorageKind (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 687 : StorageKind(Kind::TempFile) { in PCHStorage() 692 : StorageKind(Kind::InMemory) { in PCHStorage() 704 StorageKind = Other.StorageKind; in operator =() 705 switch (StorageKind) { in operator =() 725 return StorageKind; in getKind() 750 switch (StorageKind) { in destroy() 764 StorageKind = Kind::Empty; in setEmpty()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Expr.cpp | 275 ConstantExpr::ConstantExpr(Expr *SubExpr, ResultStorageKind StorageKind, in ConstantExpr() argument 278 ConstantExprBits.ResultKind = StorageKind; in ConstantExpr() 285 if (StorageKind == ConstantExpr::RSK_APValue) in ConstantExpr() 290 ResultStorageKind StorageKind, in Create() argument 293 AssertResultStorageKind(StorageKind); in Create() 296 StorageKind == ConstantExpr::RSK_APValue, in Create() 297 StorageKind == ConstantExpr::RSK_Int64); in Create() 299 return new (Mem) ConstantExpr(E, StorageKind, IsImmediateInvocation); in Create() 304 ResultStorageKind StorageKind = getStorageKind(Result); in Create() local 305 ConstantExpr *Self = Create(Context, E, StorageKind); in Create() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| H A D | PrecompiledPreamble.h | 200 Kind StorageKind = Kind::Empty;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 553 auto StorageKind = Record.readInt(); in VisitConstantExpr() local 554 assert(E->ConstantExprBits.ResultKind == StorageKind && "Wrong ResultKind!"); in VisitConstantExpr() 562 switch (StorageKind) { in VisitConstantExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 1061 ConstantExpr(Expr *SubExpr, ResultStorageKind StorageKind, 1063 ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind); 1072 ResultStorageKind StorageKind);
|