OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:castAs
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/AST/
CanonicalType.h
111
template<typename U> CanProxy<U>
castAs
() const;
718
CanProxy<U> CanQual<T>::
castAs
() const {
TypeLoc.h
50
T
castAs
() const {
278
return
castAs
<UnqualTypeLoc>();
[
all
...]
Type.h
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h
75
T
castAs
() const {
381
return D->first.
castAs
<Loc>();
388
return V.
castAs
<Loc>();
/external/clang/include/clang/Analysis/
ProgramPoint.h
116
T
castAs
() const {
CFG.h
78
T
castAs
() const {
[
all
...]
Completed in 232 milliseconds