Go to the source code of this file.
|
| namespace | clang |
| | The JSON file list parser is used to communicate input to InstallAPI.
|
| namespace | clang::dataflow |
| | Dataflow Directional Tag Classes.
|
|
| static void | clang::dataflow::copyField (const ValueDecl &Field, StorageLocation *SrcFieldLoc, StorageLocation *DstFieldLoc, RecordStorageLocation &Dst, Environment &Env) |
| static void | clang::dataflow::copySyntheticField (QualType FieldType, StorageLocation &SrcFieldLoc, StorageLocation &DstFieldLoc, Environment &Env) |
| void | clang::dataflow::copyRecord (RecordStorageLocation &Src, RecordStorageLocation &Dst, Environment &Env, QualType TypeToCopy=QualType()) |
| | Copies a record (struct, class, or union) from Src to Dst.
|
| bool | clang::dataflow::recordsEqual (const RecordStorageLocation &Loc1, const Environment &Env1, const RecordStorageLocation &Loc2, const Environment &Env2) |
| | Returns whether the records Loc1 and Loc2 are equal.
|
◆ DEBUG_TYPE
| #define DEBUG_TYPE "dataflow" |