Searched refs:VariableKind (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DComment.cpp228 Kind = VariableKind;
H A DCommentSema.cpp840 if (ThisDeclInfo->getKind() == DeclInfo::VariableKind) {
/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; }
/external/clang/include/clang/AST/
H A DComment.h1040 VariableKind, enumerator in enum:clang::comments::ParamCommandComment::DeclInfo::DeclKind

Completed in 2058 milliseconds