OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanBeSubClassed
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeMap.h
49
bool
CanBeSubClassed
= true) {
51
DynamicTypeInfo(NewTy,
CanBeSubClassed
));
/external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
848
bool
CanBeSubClassed
= false;
863
CanBeSubClassed
= DTI.canBeASubClass();
866
if (ReceiverT &&
CanBeSubClassed
)
869
CanBeSubClassed
= false;
911
if (
CanBeSubClassed
)
[
all
...]
Completed in 171 milliseconds