Home
last modified time | relevance | path

Searched refs:IdKind (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.def18 // their own base kind IdKind.
25 // identifier IdKind, much like BASIC_SVALs.
28 // loc::IdKind.
31 // sub-kind nonloc::IdKind.
DSymbols.def15 // IdKind identifier for its kind enumeration value.
DRegions.def15 // enum value IdKind for their kind.
/external/clang/include/clang/Sema/
DDeclSpec.h891 enum IdKind { enum
981 IdKind getKind() const { return Kind; } in getKind()
982 void setKind(IdKind kind) { Kind = kind; } in setKind()