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.
|
|
| 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.
|
| bool | clang::dataflow::recordsEqual (const RecordStorageLocation &Loc1, const RecordStorageLocation &Loc2, const Environment &Env) |