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

/external/clang/include/clang/Sema/
H A DWeak.h10 // This file defines the WeakInfo class, which is used to store
25 class WeakInfo { class in namespace:clang
30 WeakInfo() function in class:clang::WeakInfo
32 WeakInfo(IdentifierInfo *Alias, SourceLocation Loc) function in class:clang::WeakInfo
38 bool operator==(WeakInfo RHS) const {
41 bool operator!=(WeakInfo RHS) const { return !(*this == RHS); }

Completed in 322 milliseconds