Searched defs:VariableKind (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DComment.h1040 VariableKind, enumerator in enum:clang::comments::ParamCommandComment::DeclInfo::DeclKind
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h366 enum VariableKind { enum in class:clang::threadSafety::Variable
378 VariableKind kind() const { return static_cast<VariableKind>(Flags); }
400 void setKind(VariableKind K) { Flags = K; }

Completed in 836 milliseconds