OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decls_empty
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
2112
bool
decls_empty
() const;
DeclCXX.h
2850
return
decls_empty
() ? getLocation() : decls_begin()->getEndLoc();
Decl.h
4517
return
decls_empty
() ? getLocation() : decls_begin()->getEndLoc();
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
1407
bool DeclContext::
decls_empty
() const {
function in class:DeclContext
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
2890
if (DC->
decls_empty
())
Completed in 108 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026