Searched defs:getDefinition (Results 1 - 17 of 17) sorted by relevance

/external/clang/lib/Lex/
H A DMacroInfo.cpp129 MacroDirective::DefInfo MacroDirective::getDefinition() { function in class:MacroDirective
155 for (DefInfo Def = getDefinition(); Def; Def = Def.getPreviousDefinition()) {
/external/clang/include/clang/Lex/
H A DMacroInfo.h431 DefInfo getDefinition();
432 const DefInfo getDefinition() const { function in namespace:clang
433 return const_cast<MacroDirective*>(this)->getDefinition();
437 if (const DefInfo Def = getDefinition())
443 return getDefinition().getMacroInfo();
446 return getDefinition().getMacroInfo();
540 return DefDirective->getPrevious()->getDefinition();
H A DPreprocessingRecord.h177 if (MacroDefinition *Def = getDefinition())
184 MacroDefinition *getDefinition() const { function in class:clang::MacroExpansion
/external/clang/lib/AST/
H A DDeclTemplate.cpp930 VarTemplateDecl *VarTemplateDecl::getDefinition() { function in class:VarTemplateDecl
H A DDecl.cpp1893 VarDecl *VarDecl::getDefinition(ASTContext &C) { function in class:VarDecl
3351 TagDecl *TagDecl::getDefinition() const { function in class:TagDecl
3365 return CXXRD->getDefinition();
/external/clang/tools/libclang/
H A DCXCursor.cpp741 const MacroDefinition *cxcursor::MacroExpansionCursor::getDefinition() const { function in class:cxcursor::MacroExpansionCursor
744 return getAsMacroExpansion()->getDefinition();
/external/clang/include/clang/AST/
H A DDeclCXX.h669 CXXRecordDecl *getDefinition() const { function in class:clang::CXXRecordDecl
H A DDeclObjC.h918 if (const ObjCInterfaceDecl *Def = getDefinition())
925 if (const ObjCInterfaceDecl *Def = getDefinition())
983 return getDefinition() == this;
1006 ObjCInterfaceDecl *getDefinition() { function in class:clang::ObjCInterfaceDecl
1013 const ObjCInterfaceDecl *getDefinition() const { function in class:clang::ObjCInterfaceDecl
1034 (superCls && superCls->hasDefinition()) ? superCls->getDefinition()
1638 ObjCProtocolDecl *getDefinition() { function in class:clang::ObjCProtocolDecl
1643 const ObjCProtocolDecl *getDefinition() const { function in class:clang::ObjCProtocolDecl
1650 return getDefinition() == this;
/external/clang/lib/Sema/
H A DSemaDecl.cpp1551 if (Def && Def->getDefinition())
1552 Def = Def->getDefinition();
2093 static const Decl *getDefinition(const Decl *D) { function
2095 return TD->getDefinition();
2097 const VarDecl *Def = VD->getDefinition();
2123 const Decl *Def = getDefinition(Old);
3245 (Def = Old->getDefinition())) {
4001 RecordDecl *RecordDef = Record->getDefinition();
6531 Record->getDefinition() && !Record->isBeingDefined() &&
8417 if ((Def = VDecl->getDefinition())
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 4529 milliseconds