reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
 1321   if (context.isTranslationUnit()) {
 1326   if (context.isNamespace()) {
 1327     clang::NamespaceDecl &ns = *llvm::dyn_cast<clang::NamespaceDecl>(&context);
 1333   if (isTagDecl(context) || isFunctionDecl(context) || isBlockDecl(context)) {
 1333   if (isTagDecl(context) || isFunctionDecl(context) || isBlockDecl(context)) {
 1333   if (isTagDecl(context) || isFunctionDecl(context) || isBlockDecl(context)) {
 1334     ParseDeclsForSimpleContext(context);