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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp111 LVForExplicitType = (LVForType | IgnoreExplicitVisibilityBit), enumerator in enum:LVComputationKind
136 assert(oldKind != LVForType || newKind == LVForExplicitType);
138 assert(oldKind != LVForExplicitType || newKind == LVForExplicitType);
405 case LVForExplicitType:

Completed in 87 milliseconds