Searched refs:FDContext (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2607 llvm::DIScope *&FDContext, 2628 FDContext = getOrCreateNameSpace(NSDecl); 2632 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); 2879 llvm::DIScope *FDContext = Unit; local 2895 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, 2919 // FunctionDecls. When/if we fix this we can have FDContext be TheCU/null for 2923 FDContext, Name, LinkageName, Unit, LineNo, 2952 llvm::DIScope *FDContext = getDeclContextDescriptor(D); local 2956 collectFunctionDeclProps(GD, Unit, Name, LinkageName, FDContext, 2977 FDContext, Nam 2604 collectFunctionDeclProps(GlobalDecl GD, llvm::DIFile *Unit, StringRef &Name, StringRef &LinkageName, llvm::DIScope *&FDContext, llvm::DINodeArray &TParamsArray, unsigned &Flags) argument [all...] |
H A D | CGDebugInfo.h | 515 llvm::DIScope *&FDContext,
|
Completed in 74 milliseconds