clang  20.0.0git
Enumerations | Functions
SemaSYCLDeclAttr.cpp File Reference
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/Sema/Attr.h"
#include "clang/Sema/Initialization.h"
#include "clang/Sema/ParsedAttr.h"
#include "clang/Sema/Sema.h"
#include "clang/Sema/SemaSYCL.h"

Go to the source code of this file.

Enumerations

enum class  DupArgResult { Unknown , Same , Different }
 

Functions

static DupArgResult areArgValuesIdentical (const Expr *LHS, const Expr *RHS)
 

Enumeration Type Documentation

◆ DupArgResult

enum DupArgResult
strong
Enumerator
Unknown 
Same 
Different 

Definition at line 64 of file SemaSYCLDeclAttr.cpp.

Function Documentation

◆ areArgValuesIdentical()

static DupArgResult areArgValuesIdentical ( const Expr LHS,
const Expr RHS 
)
static

Definition at line 65 of file SemaSYCLDeclAttr.cpp.

References Different, Same, and Unknown.