Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h1867 ExplicitSpecifier getExplicitSpecifier() { return ExplicitSpec; } in getExplicitSpecifier() function
1868 const ExplicitSpecifier getExplicitSpecifier() const { return ExplicitSpec; } in getExplicitSpecifier() function
2452 ExplicitSpecifier getExplicitSpecifier() { in getExplicitSpecifier() function
2455 const ExplicitSpecifier getExplicitSpecifier() const { in getExplicitSpecifier() function
2734 ExplicitSpecifier getExplicitSpecifier() { in getExplicitSpecifier() function
2738 const ExplicitSpecifier getExplicitSpecifier() const { in getExplicitSpecifier() function
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h574 ExplicitSpecifier getExplicitSpecifier() const { in getExplicitSpecifier() function