Home
last modified time | relevance | path

Searched refs:DSC_normal (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1990 DSC_normal, // normal context enumerator
2006 case DeclSpecContext::DSC_normal: in isTypeSpecifier()
2027 case DeclSpecContext::DSC_normal: in isClassTemplateDeductionContext()
2094 DeclSpecContext DSC = DeclSpecContext::DSC_normal,
2102 DeclSpecContext DSC = DeclSpecContext::DSC_normal);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp49 if (DSC == DeclSpecContext::DSC_normal) in ParseTypeName()
2573 DeclSpecContext::DSC_normal); in ParseImplicitInt()
2577 DeclSpecContext::DSC_normal, Attrs); in ParseImplicitInt()
2708 return DeclSpecContext::DSC_normal; in getDeclSpecContextFromDeclaratorContext()
H A DParseObjc.cpp1248 DeclSpecContext dsContext = DeclSpecContext::DSC_normal; in ParseObjCTypeName()