OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeclaredResultType
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp
47
QualType RT = CallEvent::
getDeclaredResultType
(SFC->getDecl());
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
342
static QualType
getDeclaredResultType
(const Decl *D);
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
238
QualType CallEvent::
getDeclaredResultType
(const Decl *D) {
[
all
...]
ExprEngineCallAndReturn.cpp
252
CallEvent::
getDeclaredResultType
(calleeCtx->getDecl());
[
all
...]
Completed in 40 milliseconds