HomeSort by: relevance | last modified time | path
    Searched defs:castAs (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 122 template<typename U> CanProxy<U> castAs() const;
668 CanProxy<U> CanQual<T>::castAs() const {
670 "ArrayType cannot be used with castAs!");
TypeLoc.h 56 /// A client should use the TypeLoc subclasses through castAs()/getAs()
77 T castAs() const {
329 return castAs<UnqualTypeLoc>();
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 103 T castAs() const {
420 return D->first.castAs<Loc>();
427 return V.castAs<Loc>();
MemRegion.h 172 template<typename RegionTy> const RegionTy* castAs() const;
1151 Idx.castAs<nonloc::ConcreteInt>().getValue().isSigned()) &&
1294 const RegionTy* MemRegion::castAs() const {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 98 T castAs() const {
ProgramPoint.h 140 T castAs() const {

Completed in 42 milliseconds