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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp347 auto ParamValue = State->getSVal(RegVal->getRegion()) local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h2061 class ParamValue { class in class:clang::CodeGen::CodeGenFunction
2064 ParamValue(llvm::Value *V, unsigned A) : Value(V), Alignment(A) {} function in class:clang::CodeGen::CodeGenFunction::ParamValue

Completed in 266 milliseconds