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

/external/llvm/lib/VMCore/
H A DDebugInfo.cpp203 /// isSubprogram - Return true if the specified tag is legal for
205 bool DIDescriptor::isSubprogram() const { function in class:DIDescriptor
541 if (!getContext().isSubprogram())
593 if (isSubprogram())
613 if (isSubprogram())
745 if (D.isSubprogram())
774 if (D.isSubprogram())
828 else if (Scope.isSubprogram())
863 else if (S.isSubprogram())
888 else if (D.isSubprogram())
[all...]

Completed in 48 milliseconds