Home
last modified time | relevance | path

Searched refs:StorageKind (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp687 : 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp278 ConstantExprBits.ResultKind = StorageKind; in ConstantExpr()
285 if (StorageKind == ConstantExpr::RSK_APValue) in ConstantExpr()
293 AssertResultStorageKind(StorageKind); in Create()
296 StorageKind == ConstantExpr::RSK_APValue, in Create()
297 StorageKind == ConstantExpr::RSK_Int64); in Create()
305 ConstantExpr *Self = Create(Context, E, StorageKind); in Create()
312 ConstantExprBits.ResultKind = StorageKind; in ConstantExpr()
314 if (StorageKind == ConstantExpr::RSK_APValue) in ConstantExpr()
320 AssertResultStorageKind(StorageKind); in CreateEmpty()
323 StorageKind == ConstantExpr::RSK_APValue, in CreateEmpty()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h200 Kind StorageKind = Kind::Empty;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp553 auto StorageKind = Record.readInt(); in VisitConstantExpr() local
554 assert(E->ConstantExprBits.ResultKind == StorageKind && "Wrong ResultKind!"); in VisitConstantExpr()
562 switch (StorageKind) { in VisitConstantExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1058 ConstantExpr(Expr *SubExpr, ResultStorageKind StorageKind,
1060 ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind);
1069 ResultStorageKind StorageKind);