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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h952 ReadingKindTracker(enum ReadingKind newKind, ASTReader &reader) argument
954 Reader.ReadingKind = newKind;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp133 LVComputationKind newKind = local
136 assert(oldKind != LVForType || newKind == LVForExplicitType);
137 assert(oldKind != LVForValue || newKind == LVForExplicitValue);
138 assert(oldKind != LVForExplicitType || newKind == LVForExplicitType);
139 assert(oldKind != LVForExplicitValue || newKind == LVForExplicitValue);
140 return newKind;

Completed in 119 milliseconds