Home
last modified time | relevance | path

Searched defs:NeedType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParser.cpp1468 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { in TryAnnotateTypeOrScopeToken()
1582 bool NeedType, in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp8630 bool NeedType = false; in CheckForModifiableLvalue() local