OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasTagDefinition
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
442
bool DeclSpec::
hasTagDefinition
() const {
SemaType.cpp
5154
if (LangOpts.CPlusPlus && D.getDeclSpec().
hasTagDefinition
()) {
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
531
bool
hasTagDefinition
() const;
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
1776
if (DS.
hasTagDefinition
() &&
2893
assert(DS.
hasTagDefinition
() && "shouldn't call this");
3304
if (DS.hasTypeSpecifier() && DS.
hasTagDefinition
())
Parser.cpp
1047
if (DS.
hasTagDefinition
() && DiagnoseMissingSemiAfterTagDefinition(
ParseDeclCXX.cpp
2662
if (DS.
hasTagDefinition
() &&
Completed in 71 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026