Searched defs:PathEnd (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 202 CastExpr::path_const_iterator PathEnd) { in GetNonVirtualBaseClassOffset() argument 295 CastExpr::path_const_iterator PathEnd, bool NullCheckValue, in GetAddressOfBaseClass() argument 404 CastExpr::path_const_iterator PathEnd, in GetAddressOfDerivedClass() argument [all...] |
H A D | MicrosoftCXXABI.cpp | 3336 EmitNonNullMemberPointerConversion(const MemberPointerType * SrcTy,const MemberPointerType * DstTy,CastKind CK,CastExpr::path_const_iterator PathBegin,CastExpr::path_const_iterator PathEnd,llvm::Value * Src,CGBuilderTy & Builder) EmitNonNullMemberPointerConversion() argument 3492 EmitMemberPointerConversion(const MemberPointerType * SrcTy,const MemberPointerType * DstTy,CastKind CK,CastExpr::path_const_iterator PathBegin,CastExpr::path_const_iterator PathEnd,llvm::Constant * Src) EmitMemberPointerConversion() argument
|
/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1898 diagnoseAutoModuleImport(Preprocessor & PP,SourceLocation HashLoc,Token & IncludeTok,ArrayRef<std::pair<IdentifierInfo *,SourceLocation>> Path,SourceLocation PathEnd) diagnoseAutoModuleImport() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 2601 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end(); LookupQualifiedName() local 2790 PathEnd = Paths->end(); DiagnoseAmbiguousLookup() local
|