OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTranslationUnitDecl
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
399
TranslationUnitDecl *Decl::
getTranslationUnitDecl
() {
415
return
getTranslationUnitDecl
()->getASTContext();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
458
TranslationUnitDecl *
getTranslationUnitDecl
();
459
const TranslationUnitDecl *
getTranslationUnitDecl
() const {
460
return const_cast<Decl*>(this)->
getTranslationUnitDecl
();
ASTContext.h
630
// Initially, it is the entire TU: {
getTranslationUnitDecl
()}.
994
TranslationUnitDecl *
getTranslationUnitDecl
() const { return TUDecl; }
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026