HomeSort by relevance Sort by last modified time
    Searched defs:castAs (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/AST/
CanonicalType.h 110 template<typename U> CanProxy<U> castAs() const;
644 CanProxy<U> CanQual<T>::castAs() const {
TypeLoc.h 38 /// A client should use the TypeLoc subclasses through castAs()/getAs()
53 T castAs() const {
300 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 87 T castAs() const {
    [all...]

Completed in 299 milliseconds