Home
last modified time | relevance | path

Searched defs:getContext (Results 1 – 25 of 39) sorted by relevance

12

/trueos/contrib/llvm/include/llvm/
HDDebugInfo.h289 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(2); } in getContext() function
436 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(2); } in getContext() function
501 DIScope getContext() const { return getFieldAs<DIScope>(2); } in getContext() function
512 DIScope getContext() const { in getContext() function
530 DIScope getContext() const { return getFieldAs<DIScope>(2); } in getContext() function
541 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(1); } in getContext() function
558 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(1); } in getContext() function
579 DIScope getContext() const { return getFieldAs<DIScope>(2); } in getContext() function
612 DIScope getContext() const { return getFieldAs<DIScope>(1); } in getContext() function
722 DIScope getContext() const { return getFieldAs<DIScope>(1); } in getContext() function
/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSValBuilder.h121 ASTContext &getContext() { return Context; } in getContext() function
122 const ASTContext &getContext() const { return Context; } in getContext() function
HDBasicValueFactory.h88 ASTContext &getContext() const { return Ctx; } in getContext() function
HDExprEngine.h124 ASTContext &getContext() const { return AMgr.getASTContext(); } in getContext() function
HDProgramState.h479 ASTContext &getContext() { return svalBuilder->getContext(); } in getContext() function
480 const ASTContext &getContext() const { return svalBuilder->getContext(); } in getContext() function
HDCoreEngine.h300 const NodeBuilderContext &getContext() { return C; } in getContext() function
HDMemRegion.h1152 ASTContext &getContext() { return C; } in getContext() function
1313 inline ASTContext &MemRegion::getContext() const { in getContext() function
/trueos/contrib/llvm/include/llvm/MC/MCParser/
HDMCAsmParserExtension.h54 MCContext &getContext() { return getParser().getContext(); } in getContext() function
/trueos/contrib/llvm/include/llvm/Target/
HDTargetLoweringObjectFile.h43 MCContext &getContext() const { return *Ctx; } in getContext() function
/trueos/contrib/llvm/include/llvm/CodeGen/
HDMachineModuleInfo.h190 const MCContext &getContext() const { return Context; } in getContext() function
191 MCContext &getContext() { return Context; } in getContext() function
HDCallingConvLower.h229 LLVMContext &getContext() const { return Context; } in getContext() function
/trueos/contrib/llvm/include/llvm/Support/
HDCrashRecoveryContext.h111 CrashRecoveryContext *getContext() const { in getContext() function
/trueos/contrib/llvm/tools/bugpoint/
HDBugDriver.h72 LLVMContext& getContext() const { return Context; } in getContext() function
/trueos/contrib/llvm/lib/Target/Hexagon/
HDHexagonCallingConvLower.h64 LLVMContext &getContext() const { return Context; } in getContext() function
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenTypes.h115 ASTContext &getContext() const { return Context; } in getContext() function
HDCGCXXABI.h86 ASTContext &getContext() const { return CGM.getContext(); } in getContext() function
/trueos/contrib/llvm/include/llvm/MC/
HDMCStreamer.h168 MCContext &getContext() const { return Context; } in getContext() function
/trueos/contrib/llvm/lib/IR/
HDBasicBlock.cpp33 LLVMContext &BasicBlock::getContext() const { in getContext() function in BasicBlock
HDAttributeImpl.h221 LLVMContext &getContext() { return Context; } in getContext() function
HDValue.cpp517 LLVMContext &Value::getContext() const { return VTy->getContext(); } in getContext() function in Value
HDFunction.cpp167 LLVMContext &Function::getContext() const { in getContext() function in Function
/trueos/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransEmptyStatementsAndDealloc.cpp176 ASTContext &getContext() { return Pass.Ctx; } in getContext() function in __anon96e3fb110111::EmptyStatementsRemover
/trueos/contrib/llvm/include/llvm/IR/
HDType.h128 LLVMContext &getContext() const { return Context; } in getContext() function
/trueos/contrib/llvm/lib/AsmParser/
HDLLParser.h140 LLVMContext &getContext() { return Context; } in getContext() function
/trueos/contrib/llvm/tools/clang/lib/Analysis/
HDAnalysisDeclContext.cpp258 AnalysisDeclContext *AnalysisDeclContextManager::getContext(const Decl *D) { in getContext() function in AnalysisDeclContextManager

12