enum Sema::IfExistsResult

Description

Describes the result of an "if-exists" condition check.

Declared at: clang/include/clang/Sema/Sema.h:5858

Enumerators

NameValueComment
IER_Exists0The symbol exists.
IER_DoesNotExist1The symbol does not exist.
IER_Dependent2The name is a dependent name, so the results will differ from one instantiation to the next.
IER_Error3An error occurred.