Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclTemplate.h372 bool isConcept() const { return TemplatedDecl.getInt(); } in isConcept() function
/external/clang/lib/Sema/
DSemaDecl.cpp7714 bool isConcept = D.getDeclSpec().isConceptSpecified(); in ActOnFunctionDeclarator() local