OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDefinition
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Lex/
MacroInfo.cpp
178
MacroDirective::DefInfo MacroDirective::
getDefinition
() {
205
for (DefInfo Def =
getDefinition
(); Def; Def = Def.getPreviousDefinition()) {
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CallGraph.h
197
FunctionDecl *
getDefinition
() const {
198
return getDecl()->getAsFunction()->
getDefinition
();
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h
379
DefInfo
getDefinition
();
380
const DefInfo
getDefinition
() const {
381
return const_cast<MacroDirective *>(this)->
getDefinition
();
385
if (const DefInfo Def =
getDefinition
())
391
return
getDefinition
().getMacroInfo();
393
MacroInfo *getMacroInfo() { return
getDefinition
().getMacroInfo(); }
478
return DefDirective->getPrevious()->
getDefinition
();
PreprocessingRecord.h
189
if (MacroDefinitionRecord *Def =
getDefinition
())
196
MacroDefinitionRecord *
getDefinition
() const {
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp
1139
VarTemplateDecl *VarTemplateDecl::
getDefinition
() {
Decl.cpp
2230
VarDecl *VarDecl::
getDefinition
(ASTContext &C) {
2524
if (auto *Def = D->
getDefinition
())
4186
const RecordDecl *RD = RT->getDecl()->
getDefinition
();
4213
const RecordDecl *RD = getParent()->
getDefinition
();
4308
TagDecl *TagDecl::
getDefinition
() const {
4322
return CXXRD->
getDefinition
();
4560
if (const RecordDecl *Def =
getDefinition
()) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp
1019
cxcursor::MacroExpansionCursor::
getDefinition
() const {
1022
return getAsMacroExpansion()->
getDefinition
();
/src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp
1991
StringRef
getDefinition
() const { return Definition; }
2102
<< FM.
getDefinition
() << "\n";
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
534
CXXRecordDecl *
getDefinition
() const {
DeclObjC.h
1437
if (const ObjCInterfaceDecl *Def =
getDefinition
())
1445
if (const ObjCInterfaceDecl *Def =
getDefinition
())
1507
return
getDefinition
() == this;
1525
ObjCInterfaceDecl *
getDefinition
() {
1532
const ObjCInterfaceDecl *
getDefinition
() const {
2194
ObjCProtocolDecl *
getDefinition
() {
2199
const ObjCProtocolDecl *
getDefinition
() const {
2206
return
getDefinition
() == this;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
1302
CurContext = cast<TagDecl>(D)->
getDefinition
();
1998
if (Def && Def->
getDefinition
())
1999
Def = Def->
getDefinition
();
2638
static const NamedDecl *
getDefinition
(const Decl *D) {
2640
return TD->
getDefinition
();
2642
const VarDecl *Def = VD->
getDefinition
();
2668
const NamedDecl *Def =
getDefinition
(Old);
4196
if (VarDecl *Def = Old->
getDefinition
()) {
4208
!Old->
getDefinition
() && !New->isThisDeclarationADefinition())
4238
} else if (VarDecl *Def = Old->
getDefinition
()) {
[
all
...]
Completed in 165 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026