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

/external/clang/lib/Lex/
H A DMacroInfo.cpp128 MacroDirective::DefInfo MacroDirective::getDefinition(bool AllowHidden) { function in class:MacroDirective
156 for (DefInfo Def = getDefinition(); Def; Def = Def.getPreviousDefinition()) {
/external/clang/include/clang/Lex/
H A DMacroInfo.h435 DefInfo getDefinition(bool AllowHidden = false);
436 const DefInfo getDefinition(bool AllowHidden = false) const { function in namespace:clang
437 return const_cast<MacroDirective*>(this)->getDefinition(AllowHidden);
441 if (const DefInfo Def = getDefinition(AllowHidden))
447 return getDefinition(AllowHidden).getMacroInfo();
450 return getDefinition(AllowHidden).getMacroInfo();
544 return DefDirective->getPrevious()->getDefinition(AllowHidden);
H A DPreprocessingRecord.h177 if (MacroDefinition *Def = getDefinition())
184 MacroDefinition *getDefinition() const { function in class:clang::MacroExpansion
/external/clang/tools/libclang/
H A DCXCursor.cpp709 const MacroDefinition *cxcursor::MacroExpansionCursor::getDefinition() const { function in class:cxcursor::MacroExpansionCursor
712 return getAsMacroExpansion()->getDefinition();
/external/clang/include/clang/AST/
H A DDeclCXX.h654 CXXRecordDecl *getDefinition() const { function in class:clang::CXXRecordDecl
H A DDeclObjC.h829 if (const ObjCInterfaceDecl *Def = getDefinition())
836 if (const ObjCInterfaceDecl *Def = getDefinition())
873 return getDefinition() == this;
896 ObjCInterfaceDecl *getDefinition() { function in class:clang::ObjCInterfaceDecl
903 const ObjCInterfaceDecl *getDefinition() const { function in class:clang::ObjCInterfaceDecl
924 (superCls && superCls->hasDefinition()) ? superCls->getDefinition()
1480 ObjCProtocolDecl *getDefinition() { function in class:clang::ObjCProtocolDecl
1485 const ObjCProtocolDecl *getDefinition() const { function in class:clang::ObjCProtocolDecl
1492 return getDefinition() == this;
/external/clang/lib/AST/
H A DDecl.cpp1745 VarDecl *VarDecl::getDefinition(ASTContext &C) { function in class:VarDecl
3080 TagDecl *TagDecl::getDefinition() const { function in class:TagDecl
3094 return CXXRD->getDefinition();
/external/clang/lib/Sema/
H A DSemaDecl.cpp1466 if (Def && Def->getDefinition())
1467 Def = Def->getDefinition();
2027 static const Decl *getDefinition(const Decl *D) { function
2029 return TD->getDefinition();
2031 return VD->getDefinition();
2056 const Decl *Def = getDefinition(Old);
3018 (Def = Old->getDefinition())) {
3715 RecordDecl *RecordDef = Record->getDefinition();
6166 Record->getDefinition() && !Record->isBeingDefined() &&
6175 !Record->isDependentType() && Record->getDefinition()
[all...]
/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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 466 milliseconds