Searched refs:FDContext (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2420 llvm::DIScope *&FDContext,
2442 FDContext = getOrCreateNameSpace(NSDecl);
2446 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU);
2689 llvm::DIScope *FDContext = Unit; local
2705 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext,
2729 // FunctionDecls. When/if we fix this we can have FDContext be TheCU/null for
2733 FDContext, Name, LinkageName, Unit, LineNo,
2762 llvm::DIScope *FDContext = getDeclContextDescriptor(D); local
2766 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext,
2786 DBuilder.createFunction(FDContext, Nam
2417 collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, StringRef &Name, StringRef &LinkageName, llvm::DIScope *&FDContext, llvm::DINodeArray &TParamsArray, unsigned &Flags) argument
[all...]
H A DCGDebugInfo.h507 llvm::DIScope *&FDContext,

Completed in 56 milliseconds